[Python] MaxPlus : Object Type?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
ClassIds resource is a bit empty :
- http://help.autodesk.com/view/3DSMAX/2017/ENU/?guid=__py_ref_class_max_plus_1_1_class_ids_html
I am trying to list objects in a scene, then filter bones.
From the "demoTypeCasting.py" file, I tried to the get the type from the node GetBaseObject().
From a scene with boxes object and bones getting 2 different object : Animatable(Box) and Animatable(Bone).
But well, how to do a comparison of type with such as :
if node.GetBaseObject() is Animatable(Bone):
print (" is a bone")
Still in the documentation, I find nothing matching with "bone" (using the rearch tool filtering with Python)
Is there by chance more demo files than the C:\Program Files\Autodesk\3ds Max 2017\scripts\Python\ resources?
Or maybe another community sharing more about 3dsmax2017 python?
Learning is really painful yet.
Thank you for your assistance 🙂
