Way to go :D ! I'm sure if you have general understanding of Python, you should have no issues creating your own plugin! I learned everything I know, from: * http://docs.pixologic.com/user-guide/customizing-zbrush/zscripting/ the documentation * https://www.zbrushcentral.com/c/zscripting-help/14 reading trough threads on…
@floon Hey, Do you know where to find an update log or something about Zscripting I didn't hear anything about it. And do you also know if older scripts will still work in 4r8?
Hey @torba! I wrapped up and polished the color range feature to a point where I feel comfortable to share it. If you (or anybody else) want to give it a try, you can get the preview version here: https://drive.google.com/file/d/1ycfYaWCK3G5zszChtErktC5gyj83E9WU/view?usp=drive_link I'd love to hear if everything works as…
You can find a changelist here . Many older scripts should work, but some (especially when working with subtool states), or when using the ZFileUtils .dll (an update is on its way but not out yet) will not.
Hi! Thanks a lot for reaching out and the great proposal :) ! I'm a big fan of visual guidance, so I think it's a great idea. While it might actually be possible from a technical perspective, the script would be fairly slow and the association between name and color would be very challenging from an UX perspective.…
Hey @Koromo thanks for the interest! To use the “isolate prefix function”, you simply need matching prefixes across your subtools names. What the plugin does; it looks at the name of the currently selected subtool and checks its prefix (it considers everything before the first _ as the prefix). Then the script cycles…
Hi Florian, Just installed v1.2 and it works great. I have a suggestion if you don't mind. It regards the QuickSelect portion. This is something that would fit my particular workflow so I won't mind if you find this unappealing/unnecessary etc :) I think it could be interesting if you added another button similar to…
Hey gang! Version 1.1 of FJTools just went live. You can get it either via Gumroad or Cubebrush I hope you like the new features and please let me know if you encounter problems, or have any suggestions! Check the top post for a full feature list! New Features in 1.1: * Supports suffixes along with prefixes for all…
Hey man, I tried installing it on 4r7 but it won't show up did they update zScripting in 4r8? maybe the zsc is blocking it in the older version. As far as the plugin goes I'm going, to be honest, it still feels pretty useless ZBrush already has a built-in expert mode by hitting the tab key. But I do like the option off…
Hey @Sunray thanks for giving it a spin! First of all yes this is an 4r8 only plugin and Pixologic indeed changed a few major things regarding Zscript. I don't use any of them yet, but already have a version check in place, since I plan to use some of the new functions in future versions of the plugin. About the expert…