Blender Git Commit Log
Git Commits -> Revision aa5e3aa
Revision aa5e3aa by Charlie Jolly (greasepencil-experimental) January 5, 2019, 23:08 (GMT) |
GP: Paint: Speedline Guides + OKEY sets current reference point including 3dcursor + Tidy logic in draw utils (suggested by Antonioya) + New operator GPENCIL_OT_guide_rotate to set angle from UI + Tidy up UI panel with alternative to flip option + Angle for snap and parallel lines is now separate Known Issues: Some missing UI updates. Probably missing a notification somewhere. |
Commit Details:
Full Hash: aa5e3aaf472da1534192e497bdace18e9a3477fb
Parent Commit: 155e0ff
Lines Changed: +125, -50
7 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d.py (+16, -11) (Diff)
/source/blender/draw/engines/gpencil/gpencil_draw_utils.c (+7, -7) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+4, -0) (Diff)
/source/blender/editors/gpencil/gpencil_ops.c (+4, -0) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+86, -31) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+7, -0) (Diff)
/source/blender/draw/engines/gpencil/gpencil_draw_utils.c (+7, -7) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+4, -0) (Diff)
/source/blender/editors/gpencil/gpencil_ops.c (+4, -0) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+86, -31) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+7, -0) (Diff)