//***Save this file to your ZBrush /ZStartup/Macros/Misc folder and press Macro>Reload All Macros // ZBrush Macro for Smart Proportional Subdivision - adapted by Marcus Civis from Svengali's plugin of Sept. 2005 // Originally, a marvelous tool for a controlled subdivide conceived and posted by Marsyas... // presented in the ZBCentral thread at: http://www.zbrushcentral.com/zbc/showthread.php?t=26639 [IButton,???,"Smart proportional subdivision of model", [If, [IExists,Tool:Geometry:Reconstruct Subdiv] == 1, [IFreeze, [VarSet,und,0] [VarSet,maxSD,[IGetMax,Tool:Geometry:SDiv]] [If,([IGet,Tool:Geometry:SDiv] < maxSD), [ISet,Tool:Geometry:SDiv,maxSD]//must be at highest subD [VarSet,und,1] ] [IUnPress,Tool:Geometry:Smt] [If,und,[MergeUndo]] [IPress,Tool:Geometry:Divide] [MergeUndo][IPress,Tool:Geometry:Lower Res] [MergeUndo][IPress,Tool:Geometry:Cage] [MergeUndo][IPress,Tool:Geometry:Del Higher] [MergeUndo][IPress,Tool:Geometry:Smt] [MergeUndo][IPress,Tool:Geometry:Divide] ] ] ]//end of macro