Blender Git Loki
Git Commits -> Revision 67b40f8
Revision 67b40f8 by Antonio Vazquez (master) March 30, 2021, 17:43 (GMT) |
Fix T87058: GPencil Cutter delete all strokes if they are selected and the layer is locked The problem was produced because the strokes were selected, but the loop to clear this flag before applying cutter was using unlocked layers only, and the protected layer flag was not reset. Now, the flag is reset for all layers, locked and unlocked. |
Commit Details:
Full Hash: 67b40f829e29ce7006de30ebcc75cf8ef82da269
Parent Commit: 6ddd280
Lines Changed: +19, -9
1 Modified Path:
/source/blender/editors/gpencil/gpencil_edit.c (+19, -9) (Diff)