Blender Git Loki
Git Commits -> Revision 1263965
Revision 1263965 by Antonio Vazquez (master) September 7, 2016, 08:02 (GMT) |
GPencil: New interpolate strokes operators Two new modal operators to create a grease pencil interpolate drawing for one frame or a complete sequence between two frames. For drawing the temporary strokes in the viewport, two drawing handlers have been added to manage 3D and 2D stuff. Video: https://youtu.be/qxYwO5sSg5Y The operator shortcuts are Ctrl+E and Ctrl+Shift+E. During the modal operator, the interpolation can be adjusted using the mouse (moving left/right) or the wheel mouse. |
Commit Details:
Full Hash: 1263965f83b15e774ab83255030cf25768de5838
Parent Commit: 008afa4
Lines Changed: +763, -7
9 Modified Paths:
/release/scripts/startup/bl_ui/properties_grease_pencil_common.py (+9, -0) (Diff)
/source/blender/editors/gpencil/drawgpencil.c (+34, -1) (Diff)
/source/blender/editors/gpencil/gpencil_edit.c (+661, -2) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+5, -0) (Diff)
/source/blender/editors/gpencil/gpencil_ops.c (+8, -2) (Diff)
/source/blender/editors/include/ED_gpencil.h (+30, -0) (Diff)
/source/blender/makesdna/DNA_gpencil_types.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+5, -1) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+10, -0) (Diff)
/source/blender/editors/gpencil/drawgpencil.c (+34, -1) (Diff)
/source/blender/editors/gpencil/gpencil_edit.c (+661, -2) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+5, -0) (Diff)
/source/blender/editors/gpencil/gpencil_ops.c (+8, -2) (Diff)
/source/blender/editors/include/ED_gpencil.h (+30, -0) (Diff)
/source/blender/makesdna/DNA_gpencil_types.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+5, -1) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+10, -0) (Diff)