Page MenuHome

Fix: Remove incorrect assert in mesh modifier evaluation
ClosedPublic

Authored by Hans Goudey (HooglyBoogly) on Feb 4 2022, 1:09 AM.

Details

Summary

Since we have a node that sets a mesh's auto smooth angle
(unfortunately, in retrospect), we generally can't assume at all
that value is the same as whatever input mesh. Similar asserts
were removed previously in 8216b759e9557c786. While the attempt
at assertions to clarify assumptions is noble, this one doesn't
make sense anymore.

I found this while investigating T95479.

Diff Detail