|
Blender
V3.3
|
#include <gpencil_io_export_pdf.hh>
Public Member Functions | |
| GpencilExporterPDF (const char *filepath, const struct GpencilIOParams *iparams) | |
| bool | new_document () |
| bool | add_newpage () |
| bool | add_body () |
| bool | write () |
Public Member Functions inherited from blender::io::gpencil::GpencilExporter | |
| GpencilExporter (const struct GpencilIOParams *iparams) | |
Public Member Functions inherited from blender::io::gpencil::GpencilIO | |
| GpencilIO (const GpencilIOParams *iparams) | |
| void | frame_number_set (int value) |
| void | prepare_camera_params (Scene *scene, const GpencilIOParams *iparams) |
Definition at line 21 of file gpencil_io_export_pdf.hh.
| blender ::io ::gpencil::GpencilExporterPDF::GpencilExporterPDF | ( | const char * | filepath, |
| const struct GpencilIOParams * | iparams | ||
| ) |
Definition at line 46 of file gpencil_io_export_pdf.cc.
References blender::io::gpencil::GpencilIO::filepath_set(), and blender::io::gpencil::GpencilIO::invert_axis_.
| bool blender ::io ::gpencil::GpencilExporterPDF::add_body | ( | ) |
Definition at line 68 of file gpencil_io_export_pdf.cc.
| bool blender ::io ::gpencil::GpencilExporterPDF::add_newpage | ( | ) |
Definition at line 63 of file gpencil_io_export_pdf.cc.
| bool blender ::io ::gpencil::GpencilExporterPDF::new_document | ( | ) |
Definition at line 58 of file gpencil_io_export_pdf.cc.
|
virtual |
Implements blender::io::gpencil::GpencilExporter.
Definition at line 74 of file gpencil_io_export_pdf.cc.
References BLI_strncpy(), FILE_MAX, blender::io::gpencil::GpencilIO::filepath_, UTF16_ENCODE, and UTF16_UN_ENCODE.