Blender Git Commit Log
Git Commits -> Revision c918a8b
Revision c918a8b by Charlie Jolly (greasepencil-experimental) January 4, 2019, 09:44 (GMT) |
GP: Draw: Speedline guides Initial commit for artist feedback. Provides drawing guides or constraints for drawing lines. Notes: UI Panel in 3D view. Some settings only have keyboard access at the moment. Alt-C: Screen space position of circular guide C: Circular guide L: Parallel line guide M: Flip direction 90� degrees V: Freehand mode (turn off) J/K: For line guide, rotate guide (alt 45�, shift 15�) Alt-L: Set angle to that of the last stroke (useful to align to freehand strokes) Ctrl-L: Set angle to 0� Todo: On screen guidelines |
Commit Details:
Full Hash: c918a8ba28f03709208247ed156729d4a591f7b0
Parent Commit: b2df4c5
Committed By: Antonio Vazquez
Lines Changed: +257, -6
5 Modified Paths:
/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+18, -1) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+36, -0) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+153, -5) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+14, -0) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+36, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+36, -0) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+153, -5) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+14, -0) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+36, -0) (Diff)