Blender Git Commit Log
Git Commits -> Revision ad05e11
Revision ad05e11 by Campbell Barton (master) August 13, 2020, 05:41 (GMT) |
Fix T77409: Crash showing vertex/face duplicators in edit-mode This was a regression in deaff945d0b9 which skips copying a mesh. Dupli-verts/faces were not updated to account for this. This supports iterating over edit-mesh vertices & faces, since falling back to a full copy (as we do in some places) will be slow while transforming geometry. This commit looks as if it would change behavior with orcos, since any edit-mesh deformation causes them to be assigned. However in practice there is no functional change, details in comments. |
Commit Details:
Full Hash: ad05e1100fd02bcceb6d3b18efc146c0fcf98304
Parent Commit: 9bf8b67
Lines Changed: +381, -109
1 Modified Path:
/source/blender/blenkernel/intern/object_dupli.c (+381, -109) (Diff)