Python for 3ds max – Select objects of type

Software: 3ds max 2020 Continuing this example, If you need to select objects (nodes) of a certain type i.e. lights, cameras etc. You can use the INode class’s GetObject() method to get a reference to the node’s object, or “modified object” in 3ds max terms, and use the object’s GetSuperClassID() method to get the integer … Continue reading Python for 3ds max – Select objects of type