UVW MAP

$.modifiers[#UVW_Map].maptype = 4

cant seem to get this command to work on my selected group.

thanks in advance

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
obaida's picture

$[1].modifiers[#UVW_Map].mapt

$[1].modifiers[#UVW_Map].maptype = 4
or
selection[1].modifiers[#UVW_Map].maptype = 4

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.