//ZBRUSH MACRO - Save toZBrush 4R8\ZStartup\Macros\Misc\folder [IButton,???,"Press New Txtr for all subtools", [IShowActions,0] [IConfig,4.8] [VarSet,activST,[SubToolGetActiveIndex]] [Loop,[SubToolGetCount], [SubToolSelect,n] [If,[IExists,Tool:UV Map:Delete UV], [If,[IsEnabled,Tool:UV Map:Delete UV], [IPress,Tool:Texture Map:New Txtr] ] ] ,n] [SubToolSelect,activST] ]