Blender Git Commit Log
Git Commits -> Revision 3ea1779
Revision 3ea1779 by Germano Cavalcante (master) March 23, 2021, 18:34 (GMT) |
Fix T86753: Connected Proportional editing with individual origins using different orientation than set The problem happened when the selection only allowed "single_islands" (only vertices are selected, no edges or faces). The result of `is_zero_v3(v->no)` was erroneously being compared to `0.0f` This commit corrects the wrong condition and optimizes it by adding a earlier return when the islands don't need to be calculated. (It also improves the code's readability by joining some variables in the `struct TransIslandData`). |
Commit Details:
Full Hash: 3ea1779365b577766a3d14a662f5cbd3bc81db53
Parent Commit: 3a68dcb
Lines Changed: +111, -106
1 Modified Path:
/source/blender/editors/transform/transform_convert_mesh.c (+111, -106) (Diff)