how can i make it search the name in the selected objects instead of the entire scene?
the script searches the entire scene i want to search only the selected objects for G1.
thanks in advance.
on insert pressed do
(
objVar = $G1
(
if isvalidnode objVar then
(
Print "1"
)
else
(
Print "2"
)
)
)
barigazy · 2015-10-26