Blender Git Commit Log
Git Commits -> Revision 1ead69b
May 17, 2021, 15:28 (GMT) |
USD import: root object xform logic fix. Fixed logic for determining if a USDXformReader object is the root of a transform hierarchy. The previous implementation did not work for USDXformReader instances created for transform cache contraints, since in that case parent readers aren't set. Also, now checking if the prim is a root xform in the USDXformReader constructor, to avoid repeating this check every time the matrix is computed. |
Commit Details:
Full Hash: 1ead69b66b6778f27574aa246042725801e3dfd4
Parent Commit: 968858f
Lines Changed: +25, -20