Hi,
I’m after a little help with a maxscript query which should be straightforward but has me stumped!
I’m trying to check the position/rotation controller types of objects in a scene and ‘if a certain type’ do ‘something’
eg.
posCon = $.position.controller
if posCon == Position_List do (print “Do Something”)
I think it’s the terminology of ‘Position_list’ that is the issue, but not sure ‘what’ it should be?
Any help much appreciated! Thanks