Blender Git Commit Log
Git Commits -> Revision 224ae23
Revision 224ae23 by Joshua Leung (master) January 18, 2017, 06:41 (GMT) |
GP Interpolate: Move settings from "gp_sculpt" to a new toolsettings struct - "gp_interpolate" The "gp_sculpt" settings should be strictly for stroke sculpting, and not abused by other tools. (Similarly, if other general GP tools need one-off options, those should go into the normal toolsettings->gpencil_flag) Furthermore, this paves the way for introducing new settings for controlling the way that GP interpolation takes place (e.g. with easing equations, or a custom curvemap) |
Commit Details:
Full Hash: 224ae234439727628ec5c260d1fd4e22e6566e29
Parent Commit: 4903a83
Lines Changed: +97, -29
6 Modified Paths:
/release/scripts/startup/bl_ui/properties_grease_pencil_common.py (+30, -6) (Diff)
/source/blender/editors/gpencil/gpencil_interpolate.c (+10, -9) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+17, -4) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+39, -1) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+0, -9) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/editors/gpencil/gpencil_interpolate.c (+10, -9) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+17, -4) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+39, -1) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+0, -9) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)