ZBrushCentral

Help Setting Transpose Units

Hi Guys,

I’m trying to write a script that sets the transpose units to “mm”.

I’ve tried a number of different ways to go about it. This is currently what I’ve got and still not working. What am I doing wrong?

[VarDef, myUnits, “mm”]
[VarDef, myString, [IGetID, Preferences:Transpose Units:Set Units]]
[ISet, myString, myUnits]

Thanks!

Sorry for the delay in replying. I’m afraid that there probably isn’t a way for you to do what you want. Setting the Transpose Units requires input to a pop-up dialog and this currently isn’t possible using zscript. I have tried many different ways in the past but have yet to find a way that works. :frowning: