How do you set local transformations off as default?
Also y rotation as default how does one set it up so it loads like this on startup?
in mine is on, all the time(PC)
Some things do not save with the configuration but you can record a macro and then run that at start up. See this thread:
To turn off Local Transform at startup, add the following line to your ‘DefaultZScript.txt’ file in ‘ZScripts’ folder instead of macro.
[If,1,[IUnPress,Transform:Local Transform]]
To have Y rotation active also add the following line to your ‘DefaultZScript.txt’ file.
[If,1,[IPress,Transform:Rot Y]]
Thankyou that did indeed work.