Glyphs-Scripts icon indicating copy to clipboard operation
Glyphs-Scripts copied to clipboard

Python scripts for the Glyphs font editor

Results 35 Glyphs-Scripts issues
Sort by recently updated
recently updated
newest added

Moving pictures does not work independently from scale. It seems that the _Scale_ values are applied to the actual _Move_ distance. Effectively, this breaks the _Back_ button: Hitting _Go_ twice,...

Traceback (most recent call last): File "Rotate around anchor.py", line 11 from mekkablue import mekkaObject ModuleNotFoundError: No module named 'mekkablue'

I get the following error when trying to set locations on the first axis: The frontmost font does not have an axis called ‘0’. Similarly, I get '1' for the...

I've noticed some scripts take a long time to run when processing, for example, [Kink Finder](https://github.com/mekkablue/Glyphs-Scripts/blob/master/Interpolation/KinkFinder.py), [Copy Layer to Layer](https://github.com/mekkablue/Glyphs-Scripts/blob/master/Interpolation/Copy%20Layer%20to%20Layer.py) – basically any script that has to process a lot...

Hi Erik, I just ran it on a file in 3.1.2 (3151) and it is not picking up all nested components.

The Instance Cooker creates a Custom Parameter for Axis Location and sets the value, even when there is no conversion of internal to external values. So is the Axis Location...

SSM should scan for all available scripts in a font and update the script menu accordingly.

The option Mark Affected Nodes oes nothing when you want to use the script for reporting only.

_Run on: Glyphs 3.1.2 (3149) + Python 3 + macOS 12.6.1_ Look like filePath parameter is array type: ```code 30 def importfea_file(Doc, filePath): 31 if os.path.isfile(filePath): ``` Error: ```python Traceback...