Blender Git Loki
Git Commits -> Revision 303b49e
Revision 303b49e by Antonio Vazquez (master) November 28, 2018, 18:19 (GMT) |
Add Onion Skin support to Annotations The old onion skinning used in 2.7x has been ported and converted to 2.8. Only basic features have been included. For more advanced onion skin features, use grease pencil objects. Onion Skin is supported in View 3D and Sequencer. |
Commit Details:
Full Hash: 303b49ea37b7e1be96f357436428806b950897c1
Parent Commit: 565de77
Lines Changed: +223, -9
8 Modified Paths:
/release/scripts/startup/bl_ui/properties_grease_pencil_common.py (+48, -0) (Diff)
/release/scripts/startup/bl_ui/space_sequencer.py (+12, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+11, -1) (Diff)
/source/blender/blenkernel/intern/gpencil.c (+3, -0) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+12, -1) (Diff)
/source/blender/editors/gpencil/annotate_draw.c (+91, -7) (Diff)
/source/blender/makesdna/DNA_gpencil_types.h (+8, -0) (Diff)
/source/blender/makesrna/intern/rna_gpencil.c (+38, -0) (Diff)
/release/scripts/startup/bl_ui/space_sequencer.py (+12, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+11, -1) (Diff)
/source/blender/blenkernel/intern/gpencil.c (+3, -0) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+12, -1) (Diff)
/source/blender/editors/gpencil/annotate_draw.c (+91, -7) (Diff)
/source/blender/makesdna/DNA_gpencil_types.h (+8, -0) (Diff)
/source/blender/makesrna/intern/rna_gpencil.c (+38, -0) (Diff)