Blender Git Commit Log
Git Commits -> Revision 9f5f91d
Revision 9f5f91d by Sybren A. Stüvel (master) January 9, 2020, 14:47 (GMT) |
USD Exporter: properly export objects whose parents are not exported The exporter constructs an export hierarchy, and then traverses that hierarchy from the root to the children. When an object is to be exported, but its parent is not, it meant that this traversal from (great)parent to children would skip these objects. This commit fixes that by inserting the missing parents as 'transform only' into the hierarchy. |
Commit Details:
Full Hash: 9f5f91d6bd934b70174a9ddb4ea47503d87d4b14
Parent Commit: cf0f066
Lines Changed: +44, -0