Exocortex / ExocortexCrate

http://exocortex.com/products/crate
BSD 3-Clause "New" or "Revised" License
134 stars 68 forks source link

Can now reattach Alembics to referenced geometry in Maya #44

Closed AWhetter closed 8 years ago

AWhetter commented 8 years ago

This works by allowing the addition of intermediate nodes to the internal representation of the Maya scene graph when an associated Deformed Shape node is found that has been deformed by an ExocortexAlembicPolyMeshDeform. This is done for attachments only. These intermediate nodes flag to the attachment code that it should connect to the Deformed node instead of the shape node, using a new connectTo attribute on SceneNodeMaya.

Fixes #43

bhouston commented 8 years ago

Sweet. Thank you!