My coworker and I have been wanting this for some time. Pardon me for being a little thick...even looking over some of the zbrush docs I am unsure of what to do with the above code to actually utilize it. However reading your description, is it possible something like a dummy subtool can be added to the tool list, selected…
I actually got it working. It's definately not perfect. There is a bug which is based on Alt + LMB subtool changing. I hacked a solution by changing a subtool to a one above on the list and then back to the one that is selected = it does nothing. It only fixes the Alt + LMB issue. Also because of this hack when you use it…
Since I spend most of my time in Zbrush I started eliminating parts of the workflow that annoys me. I really don't like hiding specific subtools since it requires looking into subtools palette. I tried to find a Zscript that could hid subtool under mouse cursor. I found this thread:…
Yeah it took me awhile to figure out how to script in Zbrush... I did it only for this idea and forgot most of it by now... Would have to open Zbrush to remind myself how did it all work. You need to google basics of zscripting. If you want I can send you the *.zsc file which you need to put in the ZStartup/Zplugs. You…
Hey guys I've updated this scsript for Zbrush 2018. It's way simpler now... and works pretty well. It needs to be put into `Zbrush 2018\ZStartup\Macros\Misc\macro_name.txt`. Then you can bind a hotkey to it and it will hide a subtool under the cursor every time you press the hotkey (I've pasted the code and attached it as…