Page MenuHome

Fix T78083: FBX import: handle missing LayerElementNormal data more gracefully
ClosedPublic

Authored by Philipp Oeser (lichtwerk) on Jun 25 2020, 5:03 PM.

Details

Summary

If the 'Include Custom Normals' import option is used, and the FBX looks
like it has LayerElementNormal (but lacks the actual data), dont throw
an error, just print a warning and continue.

(honestly, I am not even sure if this is a good idea, since such stuff
can easily go unnoticed then, but seeing we are doing it elswhere as
well...)

Diff Detail

Repository
rBA Blender Add-ons
Branch
T78083 (branched from master)
Build Status
Buildable 8715
Build 8715: arc lint + arc unit

Event Timeline

Philipp Oeser (lichtwerk) requested review of this revision.Jun 25 2020, 5:03 PM
Philipp Oeser (lichtwerk) created this revision.

Yeah, LGTM (just please also update revision number in __init__.py ;) )

This revision is now accepted and ready to land.Jun 25 2020, 6:09 PM