Blender Git Commit Log

Git Commits -> Revision 2b4b1ac

Revision 2b4b1ac by Antonio Vazquez (greasepencil-object)
November 19, 2020, 14:24 (GMT)
GPencil: Basic structure of Import SVG in place

Actually the code does nothing, just call the function, but the menus and operators are in place.

Commit Details:

Full Hash: 2b4b1acdabff745b0b9b6e02b39862329bc291a0
Parent Commit: 1c8586c
Lines Changed: +3415, -69

5 Added Paths:

/source/blender/io/gpencil/intern/gpencil_io_import_base.cc (+124, -0) (View)
/source/blender/io/gpencil/intern/gpencil_io_import_base.h (+86, -0) (View)
/source/blender/io/gpencil/intern/gpencil_io_import_svg.cc (+87, -0) (View)
/source/blender/io/gpencil/intern/gpencil_io_import_svg.h (+45, -0) (View)
/source/blender/io/gpencil/nanosvg/nanosvg.h (+3016, -0) (View)

5 Modified Paths:

/source/blender/editors/io/io_gpencil_import.c (+8, -47) (Diff)
/source/blender/io/gpencil/CMakeLists.txt (+15, -4) (Diff)
/source/blender/io/gpencil/gpencil_io_importer.h (+4, -10) (Diff)
/source/blender/io/gpencil/intern/gpencil_io_capi.cc (+26, -8) (Diff)
/source/blender/io/gpencil/intern/gpencil_io_export_base.cc (+4, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021