Blender Git Commit Log

Git Commits -> Revision 9274564

Revision 9274564 by Campbell Barton (master)
July 1, 2021, 04:53 (GMT)
Fix edit-mesh partial update regression when snapping to normals

Edit-mesh partial update logic assumed translate didn't need normals
to be recalculated (for faces with all vertices being transformed).

However translate can optionally rotate which requires
all transformed normals to be updated.

Check for this case and use the previous partial-update method
when it modified extra geometry, so the normals are properly reset.
Further updates need not recalculate them.

Commit Details:

Full Hash: 927456491aa4368e8fadcff1319587a24a73009b
Parent Commit: 02df678
Lines Changed: +77, -46

1 Modified Path:

/source/blender/editors/transform/transform_convert_mesh.c (+77, -46) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021