Hello, I am trying to figure out how to set these options:
I have tried GSHint.setSettings_(), to no avail.
Hello, I am trying to figure out how to set these options:
I have tried GSHint.setSettings_(), to no avail.
Never mind, I’m having a different issue related to the fact that the axis order of the project has changed, and thus the settings for the instances don’t correspond to the current instances anymore (in terms of axis locations).
This was quite a headache. Can I make some requests?
Delta instructions are stored with string keys defining the corresponding instance, for example like this:
{
deltaV = {
"{1, 84, 0, 0, 0, 0}" = {
10 = 8;
11 = 8;
};
}
where "{1, 84, ..." points to the instance that has the axis coordinates [1, 84].
This key is not updated when the axis order of the font is changed. So I had to change these keys manually, which was too annoying to script, so I just ended up doing it in a text editor.
{...} wrapping would make transformations a lot easier.Thanks!