i am trying to store the currently active tool so that i can reselect it after running a section of script that works on other meshes
I’m assuming this should work but it doesnt
[VarSet,currentmesh,[FileNameExtract,[GetActiveToolPath],2]]
—code working on other meshes here----
[ISet,Tool:currentmesh]
also is there a listener in zbrush so i can see what the script is doing and where it fails to run?
cheers in advance