munkybutt / SkinPlusPlus

Python bindings for manipulating skin data in various DCCs
MIT License
28 stars 5 forks source link

[3DsMax] Get mesh by node handle #20

Closed munkybutt closed 5 months ago

munkybutt commented 6 months ago

It is common to have meshes with duplicate names in a max scene. The skinned mesh should be resolved by node handle to make this more robust. This will require a wrapper function that a max Node can be passed to and the node handle is then passed to the backend. Bones should still be resolved by name as node handles can change from scene to scene.

munkybutt commented 5 months ago

https://github.com/munkybutt/SkinPlusPlus/commit/eb4990d77fe8966d4199ef69d804480901c10a2e