//ZBRUSH MACRO by marcus_civis - save file to ZStartup/Macros/Misc folder [IConfig,4.8] [If,[MemGetSize,Mem_BrushDrawS],,[MVarDef,Mem_BrushDrawS,200,0]] [IButton,???,"Select brush and store/restore Draw Size", [VarSet,curBrush,[IGet,Brush:Item Info]] [MVarSet,Mem_BrushDrawS,curBrush,[IGet,Draw:Draw Size]] [IPress,Brush:Standard]//edit this line for the brush you want [VarSet,curBrush,[IGet,Brush:Item Info]] [If,[MVarGet,Mem_BrushDrawS,curBrush]>0, [ISet,Draw:Draw Size,[MVarGet,Mem_BrushDrawS,curBrush]] ] ,,0.5]//button width - 0.5 is half a palette width; set to 1.0 for full width etc.