ZBrushCentral

When using UVMaster plugin zscript doestnt export obj model

hi, i would like to ask about zscript issue.

if i didnt add uvmaster process Zbrush export obj model correctly.
but when i add unwrap process with uvmaster and export it with zscript.

it doesnt work. when i check the folder it didnt save it.

if i check all the process zbrush did everything well until the export process.
how to solve this?


//RECORDED ZSCRIPT 2020
[IButton,Play,“Press to play this ZScript. ZScript can be aborted at anytime by pressing the ëescí key.”,
[IReset,2020]
[FileNameSetNext,“C:\Users\ITF TASARIM\Desktop\CAMERA-UV\Ebubekir\Model.obj”][IPress,Tool:Import]
[CanvasStroke,(ZObjStrokeV02n9=H2ACV10EH2AEV118H2E2V183H2EEV1BCH2F6V1E8H2F7V202H2F7V218H2F7V228H2F7V228)]
[IPress,Transform: Edit]
[FileNameSetNext,“C:\Users\ITF TASARIM\Desktop\CAMERA-UV\Ebubekir\Flipped.jpg”][IPress,File:Texture:Import]
[CanvasStroke,(ZObjStrokeV03n26%P2ACP10EPNn-87CFn-D901sCE55FDsCE55FDsCE55FDzA97=H3F6V1B0H3F6V1ABH3F6V1A5H3F5V1A0H3F5V198H3F5V18DH3F5V180H3F5V175H3F5V16BH3F5V158H3F5V151H3F5V14DH3F5V149H3F5V147H3F5V146H3F5V145H3F5V144H3F6V149H3F6V14DH3F6V150H3F6V152H3F6V154H3F6V155H3F6V156H3F6V157H3F6V157)]
[IPress,Tool:Texture Map:TextureMap]
[IPress,PopUp:Flipped]
[IPress,Brush:Standard]
[IPress,Brush:Paint]
[IPress,Tool:Polypaint:Polypaint From Texture]
[IPress,Tool:Polygroups:From Polypaint]
[IPress,Zplugin:UV Master: Unwrap ]
[IFreeze,
[ISet,Tool:Export:Scale,1]
[ISet,Tool:Export:X Offset,0]
[ISet,Tool:Export:Y Offset,0]
[ISet,Tool:Export:Z Offset,0]
[IPress,Tool:Export]
[FileNameSetNext,“C:\Users\Public\Documents/ZBrushData2020/ZPluginData/UVMasterData//Model.GoZ”][IPress,Tool:Import]
[IFreeze,
[TransformSet,684,270,0,206.33589,206.33589,206.33589,15.5,0,14.89347]
[TransformSet,684,270,0,206.33589,206.33589,206.33589,32.04,0,14.89347]
]
[ISet,Tool:Export:Scale,0.71931]
[ISet,Tool:Export:X Offset,-0.10386]
[ISet,Tool:Export:Y Offset,-0.0581]
[ISet,Tool:Export:Z Offset,-4.69483]
[IFreeze,
]
]
[FileNameSetNext,“C:\Users\ITF TASARIM\Desktop\ff.obj”][FileNameSetNext,“C:\Users\ITF TASARIM\Desktop\ff.obj”][IPress,Tool:Export]
]/End of ZScript/

hi @millerfoxx and Welcome on ZBrush Central.

the issue you have with your script is normal behavior, there is an important rule with Zscript, only a single script can run at the time.
so what happen with your script is every run well till you press UVmaster, which is another Script, at that moment your Script stop to process and never and end after the :
[IPress,Zplugin:UV Master: Unwrap ].

Hope it helps,
Nicolas