Blender Git Loki
Git Commits -> Revision 6071e18
Revision 6071e18 by Antonio Vazquez (greasepencil-object) July 23, 2020, 14:38 (GMT) |
GPencil: Create basic structure of new project for IO This project will be used to export data. |
Commit Details:
Full Hash: 6071e182d82d26570178442072d4e4d35b60c13b
Parent Commit: 5b97867
Lines Changed: +119, -4
3 Added Paths:
/source/blender/io/gpencil_io/CMakeLists.txt (+60, -0) (View)
/source/blender/io/gpencil_io/gpencil_io_exporter.h (+29, -0) (View)
/source/blender/io/gpencil_io/intern/gpencil_io_capi.cc (+21, -0) (View)
/source/blender/io/gpencil_io/gpencil_io_exporter.h (+29, -0) (View)
/source/blender/io/gpencil_io/intern/gpencil_io_capi.cc (+21, -0) (View)