Blender Git Commit Log

Git Commits -> Revision 98d42b7

Revision 98d42b7 by Joshua Leung (GPencil_Editing_Stage3)
June 8, 2015, 01:15 (GMT)
GPencil: Minimum-working-version of new Stroke Sculpting functionality

Usage:
* In Stroke Edit Mode, EKEY will start the modal brush operator, using the active
brush (set via the Toolbar)
* LMB-click-drag to sculpt, release to stop.
* RMB/ESC to stop editing
* Scrollwheel to increase/decrease brush radius
* Shift-Scrollwheel to increase/decrease strength
* Hold Ctrl to invert the brush action

Notes:
* Currently only "Thickness" brush is implemented. This adjusts the stroke thickness
as you "paint" the effect onto the stroke. (Recommended Strength: 0.093)
* Strength and radius are not correctly initialised yet (to be fixed soon)

Commit Details:

Full Hash: 98d42b72361d17edea2c378ffe9c0f0014bd9d2f
Parent Commit: 786da62
Lines Changed: +990, -1

1 Added Path:

/source/blender/editors/gpencil/gpencil_brush.c (+775, -0) (View)

12 Modified Paths:

/release/scripts/startup/bl_ui/properties_grease_pencil_common.py (+35, -0) (Diff)
/release/scripts/startup/bl_ui/space_clip.py (+5, -0) (Diff)
/release/scripts/startup/bl_ui/space_image.py (+6, -0) (Diff)
/release/scripts/startup/bl_ui/space_node.py (+6, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+7, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+4, -0) (Diff)
/source/blender/editors/gpencil/gpencil_ops.c (+6, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+52, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+86, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+2, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021