Count Array Name Problem
Hi Everyone
trying to add a name to this code
------------
allObjects = helpers as array
for i = 1 to allObjects.count do
------------
similar to this but with array like the top script
------------
for OBJ in helpers where ( OBJ.name == "360" ) do
------------
thanks in advance.
Comments
.
for i = 1 to allObjsArr.count where allObjsArr[i].name == "360" do()
Tools and Scripts for Autodesk 3dsMax