Hi Everyone
i have a script that loops through all the objects in the scene i just don't want it to loop through these objects "cam" and "point"
thanks in advance
rollout image_button_test "Image Button"
(
button theButton "Delete All PF_Source" width:90 height:20
on theButton pressed do
(
for OBJ in helpers do
(
print OBJ as string
print "next"
select OBJ
for i in 1 to $.count do
(
baseName = $[i].name
$[i].name = uniquename (baseName as string)
)
)
)
)
createDialog image_button_test 210 210
vusta · 2015-10-09
miauu · 2015-10-02