I WANT TO REFRESH FORM DEPENDING ON SELECTING OBJECTS(COULD BE SINGLE OBJECTS AS WELL AS GROUPS) THIS SCRIPT http://www.scriptspot.com/forums/3ds-max/general-scripting/how-to-enable… IS GIVING ERROR WHEN WORKING WITH GROUPS, THAT IS WHY I WANT TO USE TIMER
timer clock "testClock" interval:1000 --tick once a second
on clock tick do
(
fresh_obj_selection=selection as array
if cur_obj_selection!=fresh_obj_selection
then
(
print("output::"+(fresh_obj_selection as string))
print("output::"+(cur_obj_selection as string))
cur_obj_selection=fresh_obj_selection
)
)
barigazy · 2013-01-24
Anubis · 2013-01-24