Blender Git Loki
Git Commits -> Revision d7fcb68
Revision d7fcb68 by Antonio Vazquez (master) August 15, 2018, 18:27 (GMT) |
GP: New clean loose points operator This operator clean any stroke below a defined number of points. This is used because sometimes when use eraser some points keep missing. Also some changes in the UI menu. |
Commit Details:
Full Hash: d7fcb68d1139bb5239757b0834afa96b6d39d476
Parent Commit: 8e8d93e
Lines Changed: +88, -6
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_grease_pencil_common.py (+16, -4) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+2, -2) (Diff)
/source/blender/editors/gpencil/gpencil_data.c (+68, -0) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+1, -0) (Diff)
/source/blender/editors/gpencil/gpencil_ops.c (+1, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+2, -2) (Diff)
/source/blender/editors/gpencil/gpencil_data.c (+68, -0) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+1, -0) (Diff)
/source/blender/editors/gpencil/gpencil_ops.c (+1, -0) (Diff)