//ZBrush macro - Save to ZBrush 2019\ZStartup\Macros\Misc\ folder [IButton,???,"Turn off texture map for all subtools", [IConfig,2019] [If,[SubToolGetCount], [VarSet,activeST,[SubToolGetActiveIndex]] [Loop,[SubToolGetCount], [SubToolSelect,n] [If,[IExists,Tool:Texture Map:Texture On], [If,[IsEnabled,Tool:Texture Map:Texture On], [IUnPress,Tool:Texture Map:Texture On] ] ] ,n] [SubToolSelect,activeST] ] ,,0.5]//end macro