Blender Git Loki
Git Commits -> Revision 6a662ff
Revision 6a662ff by Antonio Vazquez (master) March 4, 2021, 20:32 (GMT) |
GPencil: Implement Autokey button for Draw/Edit and Sculpt mode Now, if the Autokey is not enabled, a new frame is not created and it is used the last active one. If no active frame, a message is displayed and the operation is canceled. This is a common request for 2D artists. Also, grease pencil was not working as Blender does in other areas. Reviewed By: pepeland Differential Revision: https://developer.blender.org/D10557 |
Commit Details:
Full Hash: 6a662ffda8360f06888452cf43c44b5507f09164
Parent Commit: 1668f88
Lines Changed: +93, -23
6 Modified Paths:
/release/scripts/startup/bl_app_templates_system/2D_Animation/__init__.py (+1, -0) (Diff)
/source/blender/editors/gpencil/gpencil_fill.c (+33, -10) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+21, -6) (Diff)
/source/blender/editors/gpencil/gpencil_primitive.c (+18, -3) (Diff)
/source/blender/editors/gpencil/gpencil_sculpt_paint.c (+11, -2) (Diff)
/source/blender/editors/transform/transform_convert_gpencil.c (+9, -2) (Diff)
/source/blender/editors/gpencil/gpencil_fill.c (+33, -10) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+21, -6) (Diff)
/source/blender/editors/gpencil/gpencil_primitive.c (+18, -3) (Diff)
/source/blender/editors/gpencil/gpencil_sculpt_paint.c (+11, -2) (Diff)
/source/blender/editors/transform/transform_convert_gpencil.c (+9, -2) (Diff)