Hey guys, no matter what version of zbrush I’m using, my code runs all fine but as soon as I stop using the txt file and put the (.zsc) file in the plugins folder. As soon as I hit one switch all switches of my plugin get greyed out instantly.
I’ve made a few plugins before and never had this issue. I tried to see if it would also happen with a really small test and it does. At this point I have no idea how to fix it anyone else experiencing the same?
//_____test code
[ISubPalette,“Zplugin:Quick Tools”]
[ISubPalette,“Zplugin:Quick Tools:Clean Up”]
[ISwitch, “Zplugin:Quick Tools:Clean Up:Folder” , 0, “When on it will only clean the subtools of current folder”, , , , 95]
//_____
(also for some reason if I don’t specify the width of the switch they get really weird scales and start over lapping each other. which also never happened to me before)