Hi all,
I need your help to know if this workaround for the StartupDocument is possible or not.
Because StartupDocument and ZAppLink cannot live together, I can have the document size to my screen resolution using a startup zscript I’ve just recorded.
The script is this:
//RECORDED ZSCRIPT 3.5
[IButton,Play,"Press to play this ZScript. ZScript can be aborted at anytime by pressing the ëescí key.",
[IConfig,3.5]
[IUnPress,Transform: Edit] // Exit the Edit mode of Default Sphere
[IPress,Color:Clear] // Cleaning the layer
[IUnPress,Preferences:Interface:Float Menu] // The same You press Tab
[IPress,Document:WSize] // Put the WSize On: this is the trick
[IPress,Document:New Document] // Of course
[IPress,Preferences:Interface:Float Menu] // Restoring the Tab previously press
]/*End of ZScript*/
Now, the question is, if possible: how to execute that zscript when ZBrush loads?
Thanks in advance.
