Blender
V3.3
|
#include <gpencil_io_export_svg.hh>
Public Member Functions | |
GpencilExporterSVG (const char *filepath, const struct GpencilIOParams *iparams) | |
bool | add_newpage () |
bool | add_body () |
bool | write () |
![]() | |
GpencilExporter (const struct GpencilIOParams *iparams) | |
![]() | |
GpencilIO (const GpencilIOParams *iparams) | |
void | frame_number_set (int value) |
void | prepare_camera_params (Scene *scene, const GpencilIOParams *iparams) |
Static Protected Member Functions | |
static void | add_rect (pugi::xml_node node, float x, float y, float width, float height, float thickness, std::string hexcolor) |
static void | add_text (pugi::xml_node node, float x, float y, std::string text, float size, std::string hexcolor) |
Definition at line 20 of file gpencil_io_export_svg.hh.
blender ::io ::gpencil::GpencilExporterSVG::GpencilExporterSVG | ( | const char * | filepath, |
const struct GpencilIOParams * | iparams | ||
) |
Definition at line 43 of file gpencil_io_export_svg.cc.
References blender::io::gpencil::GpencilIO::filepath_set(), and blender::io::gpencil::GpencilIO::invert_axis_.
bool blender ::io ::gpencil::GpencilExporterSVG::add_body | ( | ) |
Definition at line 58 of file gpencil_io_export_svg.cc.
bool blender ::io ::gpencil::GpencilExporterSVG::add_newpage | ( | ) |
Definition at line 52 of file gpencil_io_export_svg.cc.
|
virtual |
Implements blender::io::gpencil::GpencilExporter.
Definition at line 64 of file gpencil_io_export_svg.cc.
References BLI_strncpy(), FILE_MAX, blender::io::gpencil::GpencilIO::filepath_, result, UTF16_ENCODE, and UTF16_UN_ENCODE.