Blender Git Loki
Git Commits -> Revision 572b147
Revision 572b147 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) May 23, 2018, 14:37 (GMT) |
WIP: New operator to convert 2.7 grease pencil files The operator convert the old 2.7x files to the new materials of 2.8. This code is not defined in versioning code to avoid conversion of annotations. Still pending some issues. |
Commit Details:
Full Hash: 572b147d5b1f5f143dc501bbe9cb2b46870c55b5
Parent Commit: fe22793
Lines Changed: +118, -84
5 Modified Paths:
/source/blender/blenkernel/intern/gpencil.c (+5, -0) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+0, -83) (Diff)
/source/blender/editors/gpencil/gpencil_data.c (+107, -0) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+2, -0) (Diff)
/source/blender/editors/gpencil/gpencil_ops.c (+4, -1) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+0, -83) (Diff)
/source/blender/editors/gpencil/gpencil_data.c (+107, -0) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+2, -0) (Diff)
/source/blender/editors/gpencil/gpencil_ops.c (+4, -1) (Diff)