Mask via scripting?

Is it yet possible to make a path into a mask using a script?

Yes, there’s no documentation, yet. But, for paths, you should be able to do something like:

path.attributes[MASK] = True
1 Like

Set the mask manually and check what key/value is in path.attributes.

1 Like