Blender Git Commit Log
Git Commits -> Revision 301f648
Revision 301f648 by Sybren A. Stüvel (temp-io-alembic-changes-up-to-D7672) May 8, 2020, 15:43 (GMT) |
Alembic: export object data with object data name The old exporter always exported a mesh object to `{object.name}/{object.name}Shape`. Now it exports to `{object.name}/{mesh.name}` instead. The same change also applies to other object data types. Note that the code now is a bit hackish, as `m_name` is set even in cases where it isn't used. This hackishness was already there, though, but it's now just more visible. This will all be cleaned up when the Alembic exporter is ported to use the `AbstractHierarchyImporter` structure of USD. Differential Revision: https://developer.blender.org/D7672 |
Commit Details:
Full Hash: 301f648f3a92da450d086608d4672cea229f99ca
Parent Commit: cedefe4
Lines Changed: +18, -8