Blender Git Commit Log

Git Commits -> Revision 7098683

January 5, 2019, 07:12 (GMT)
GP: Draw: Speedline guides

+ Show reference point in paint mode, gizmo primary color in UI
+ Option to use 3d cursor as reference point, red color in UI
+ Split CIRCULAR into two modes, new mode called RADIAL
+ OKEY sets reference point (was Alt CKey before)
+ Removed flip option as it was confusing
+ Added GRID mode for crossing lines
+ Added angle snapping to RADIAL
+ Spacing snapping to CIRCULAR and GRID
+ Simplified shortcuts

Commit Details:

Full Hash: 7098683f26ee01ec4dd5c9ff6868105e1ef178ff
Parent Commit: 35823bb
Lines Changed: +444, -129

9 Modified Paths:

/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+1, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+18, -6) (Diff)
/source/blender/draw/engines/gpencil/gpencil_draw_cache_impl.c (+25, -0) (Diff)
/source/blender/draw/engines/gpencil/gpencil_draw_utils.c (+2, -1) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+4, -1) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+299, -114) (Diff)
/source/blender/editors/gpencil/gpencil_utils.c (+56, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+9, -3) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+30, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021