Hello,
When I try to perform an .obj export for a selected subtool within a zscript, I do this:
[FileNameSetNext, "<some path>.obj"][IPress, "Tool:Export"]
And this works, no problem.
But if I just change the file format to .fbx like this:
[FileNameSetNext, "<some path>.fbx"][IPress, "Tool:Export"]
ZBrush brings up a dialog box for saving an .fbx file, which is unexpected since we’ve already provided a file path. This doesn’t work well when running as a zscript/plugin.
Also, because of that dialog box, zbrush stops further execution of zscript which is calling that Tool:Export.
Is there any solution for this?