Page MenuHome

Fix T88605: alembic import crash for meshes without arbGeomParams
AbandonedPublic

Authored by Philipp Oeser (lichtwerk) on May 27 2021, 9:56 AM.

Details

Summary

Caused by rBf9567f6c63e7: Alembic: read/write generated coordinates of meshes.

So, if arbGeomParams were not defined, blender would crash.
This was reported for an alembic from (I think) Maya, blender itself
defines arbGeomParams at least as soon as normals are exported, but if
this is not the case, even .abcs from blender would crash.
Not totally sure were the orcos are supposed to be defined, but to fix the
crash, just make sure we actually have arbGeomParams.

Diff Detail

Repository
rB Blender
Branch
T88605 (branched from master)
Build Status
Buildable 14798
Build 14798: arc lint + arc unit