Hello.
This is another question like “How to set scripted button on default Zbrush menu”. I saw many posts, with opinions that it is impossible.
But I suddenly found that if for example, I write in ISwitch name and path something like
[ISwitch, “Tool:SubTool:Duplicate:Example”, 0, “Info text”, [MessageOK, On], [MessageOK, Off],.5]
[IEnable, Tool:SubTool:Duplicate:Example]
I wil get working scripted element on the Tool Palette.
So, question №1: is there a way to control appearing of custom UI elemen inside of borders of standart UI element? Is it possible to move it down, for example?
And, there is the question №2: as you know, there are some elements in Zbrush, that have same name, If you will store Macro and click on them.
For example, tray dividers have “Divider” name for all 3 of them. Difference is only by ther window Id’s - 1000, 1001, 1002.
So, I can set my scripted divider (and it will be move with standart divider, will work correctly) only over right standard divider that has window ID 1000, that is in right tray (so, it is logical).
I tried to IHide Dividers 1000,1002 and load my zscript, to place custom divider over divider in lefttray (window ID - 1001), tryed to set win ID in IButton’s name, tried many combinations but nothing helps. Zbrush allows to place custom divider over right tray divider only.
Maybe someone (and we all know the name of that someone:)) can solve this problem?
PS: Of course I don’t think I m the cleverest one that discovered SOOO UNIKE trick. I just couldn’t find themes here and in another sites about my problem. Btw, english is not my native language.
PS2: Sorry for my language.