Enabling/disabling custom parameters programatically

Is this possible? I don’t see any reference to this in the API docs.

GSCustomParameter.active = False

You can use the mekkablue script Method Reporter to find a lot of methods that are not mentioned in the documentation.

1 Like

Perfect, I was hoping it was something simple like this! :grinning:

It is in the docu, just not in the properties overview: Glyphs.app Python Scripting API Documentation — Glyphs.app Python Scripting API 3.2 documentation I fixed that.

1 Like

Thanks Georg!