Blender Git Commit Log

Git Commits -> Revision 84bb4fc

February 12, 2021, 20:18 (GMT)
USD import: convert UsdGeomImageables only.

Currently, the importer converts every node in the USD
to a Blender Empty object by default, including nodes
that aren't of UsdGeomImageable type, such as materials
and shaders. This can unnecessarily bloat the Blender
scene with nodes that are not immediately useful. I've
added logic to restrict conversion to nodes that are
UsdGeomImageables, and this can have a dramatic effect
in some cases. For exmaple, the number of nodes imported
in the Attic scene is reduced from 1,025 to 238 with
this change.

Commit Details:

Full Hash: 84bb4fc00c82a7952830000eaa571413306c2f95
Parent Commit: 0f84fbd
Lines Changed: +2, -2

1 Modified Path:

/source/blender/io/usd/intern/usd_util.cc (+2, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021