Blender Git Commit Log

Git Commits -> Revision bb9c9d0

Revision bb9c9d0 by Antonio Vazquez (master)
January 11, 2019, 18:21 (GMT)
GP: New Cutter, Constraints and Segment selection

This commit groups a set of new tools that were tested in grease pencil object branch before moving to master. We decide to do all the development in a separated branch because it could break master during days or weeks before the new tools were ready to deploy.

The commit includes:

- New Cutter tool to trim strokes and help cleaning up drawings.

- New set of constraints and guides to draw different types of shapes. All the credits for this development goes to Charlie Jolly (@charlie), thanks for your help!

- Segment selection mode to select strokes between intersections.

- New operator to change strokes cap mode.

- New option to display only keyframed frames. This option is very important when fill strokes with color.

- Multiple small fixes and tweaks.

Thanks to @pepeland and @mendio for their ideas, tests, reviews and support.

Note: Still pending the final icons for Cutter in Toolbar and Segment Selection in Topbar. @billreynish could help us here?

Commit Details:

Full Hash: bb9c9d0eaaab836b8f20ab7b2228795f607b823a
Parent Commit: 6dbfd7f
Lines Changed: +1871, -158

32 Modified Paths:

/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+36, -1) (Diff)
/release/scripts/startup/bl_ui/properties_data_gpencil.py (+3, -0) (Diff)
/release/scripts/startup/bl_ui/properties_grease_pencil_common.py (+1, -0) (Diff)
/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py (+17, -1) (Diff)
/release/scripts/startup/bl_ui/space_topbar.py (+9, -2) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+55, -0) (Diff)
/source/blender/blenkernel/BKE_gpencil.h (+4, -0) (Diff)
/source/blender/blenkernel/intern/gpencil.c (+94, -1) (Diff)
/source/blender/blenkernel/intern/library_query.c (+4, -1) (Diff)
/source/blender/blenkernel/intern/scene.c (+2, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+2, -0) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+10, -0) (Diff)
/source/blender/draw/engines/gpencil/gpencil_draw_cache_impl.c (+29, -0) (Diff)
/source/blender/draw/engines/gpencil/gpencil_draw_utils.c (+28, -11) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.h (+3, -1) (Diff)
/source/blender/draw/engines/gpencil/shaders/gpencil_stroke_geom.glsl (+9, -2) (Diff)
/source/blender/editors/gpencil/annotate_paint.c (+1, -1) (Diff)
/source/blender/editors/gpencil/gpencil_edit.c (+353, -11) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+13, -4) (Diff)
/source/blender/editors/gpencil/gpencil_merge.c (+1, -1) (Diff)
/source/blender/editors/gpencil/gpencil_ops.c (+6, -0) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+477, -68) (Diff)
/source/blender/editors/gpencil/gpencil_primitive.c (+42, -19) (Diff)
/source/blender/editors/gpencil/gpencil_select.c (+43, -3) (Diff)
/source/blender/editors/gpencil/gpencil_utils.c (+402, -2) (Diff)
/source/blender/editors/include/ED_gpencil.h (+13, -0) (Diff)
/source/blender/makesdna/DNA_gpencil_types.h (+13, -1) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+36, -3) (Diff)
/source/blender/makesrna/intern/rna_gpencil.c (+50, -24) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+112, -1) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021