BOX Mapping for each selected polygon

i need to select a lot of polygons and make box mapping for each one
thanks

Comments

Comment viewing options

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

for obj in selection where

			for obj in selection where superClassOf obj == geometryClass do
				addModifier obj (uvwMap maptype:0 length:4000 width:4000)

/ Raymond

Comment viewing options

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