Blender Git Commit Log
Git Commits -> Revision 47be2d3
July 2, 2020, 21:02 (GMT) |
GPencil: Fix crash when moving multiple handles Fix a crash when selecting multiple handles (without the control point) and then moving them. This was caused by the function BKE_gpencil_curve_sync_selection which did not sync the selection correctly. GP_CURVE_SELECT would not be set in gpc->flag if an individual handle was selected. |
Commit Details:
Full Hash: 47be2d3fd0989165478ffce2b6a20e53bff723ae
Parent Commit: f76851d
Lines Changed: +15, -2
1 Modified Path:
/source/blender/blenkernel/intern/gpencil.c (+15, -2) (Diff)