ZBrushCentral

Best Way to set highest SubD levels

I am sure this is an easy question I am just having a brain fart (and not very smart to began with). I just wanted to know what the best way to set the subtool to the highest SubD level in a script/macro. Similar to the “All High” but only for the current subtool.

Thanks for any help.

Use the following line…

[ISet,Tool:Geometry:SDiv,100]

The above line will attempt to set the current sub division level to 100 and since the mesh will have less than 100 subdiv levels, it will be set instead to the maximum allowed value which will be the highest subdiv level.

Ah! Well that is easy. I assumed you had to set it to a specific number or it would error.

Thanks so much!