Exocortex / ExocortexCrate

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

Maya plugin cannot handle transformed pivots? #45

Open AWhetter opened 8 years ago

AWhetter commented 8 years ago

Maybe it's just us but when we attach an Alembic to some existing geometry, we find that if the transformations have been frozen on the group and the pivot point of the group is not at the origin then the transforms applied from the alembic are incorrect. We've tried a range of different export options but none have seemed to help. We're working around anyway but it would be nice to not have to change the pivots of geometry (eg for the purpose of attaching lights). The parameters we're using for exporting at the moment are

"normals=0",
"uvs=0",
"facesets=0",
"useinitshadgrp=0",
"dynamictopology=0",
"transformcache=0",
"globalspace=0",
"ogawa=1"

and our attach options are normals=0;uvs=0;facesets=0;attachToExisting=1;overXforms=0;overDeforms=0;

bhouston commented 8 years ago

I do not believe we support more than just a 4x4 transform per node. It may be that we are not taking into account pivot points when creating that 4x4 transform here.