|
Blender V4.3
|
#include <grease_pencil_io.hh>
Public Types | |
| enum class | SelectMode { Active = 0 , Selected = 1 , Visible = 2 } |
| enum class | FrameMode { Active = 0 , Selected = 1 , Scene = 2 } |
Public Attributes | |
| Object * | object = nullptr |
| SelectMode | select_mode = SelectMode::Active |
| FrameMode | frame_mode = FrameMode::Active |
| bool | export_stroke_materials = true |
| bool | export_fill_materials = true |
| bool | use_clip_camera = false |
| bool | use_uniform_width = false |
| float | outline_resample_length = 0.0f |
Definition at line 48 of file grease_pencil_io.hh.
|
strong |
Frame-range to be exported.
| Enumerator | |
|---|---|
| Active | |
| Selected | |
| Scene | |
Definition at line 57 of file grease_pencil_io.hh.
|
strong |
| Enumerator | |
|---|---|
| Active | |
| Selected | |
| Visible | |
Definition at line 50 of file grease_pencil_io.hh.
| bool blender::io::grease_pencil::ExportParams::export_fill_materials = true |
Definition at line 67 of file grease_pencil_io.hh.
| bool blender::io::grease_pencil::ExportParams::export_stroke_materials = true |
Definition at line 66 of file grease_pencil_io.hh.
| FrameMode blender::io::grease_pencil::ExportParams::frame_mode = FrameMode::Active |
Definition at line 65 of file grease_pencil_io.hh.
Referenced by blender::io::grease_pencil::PDFExporter::export_scene().
| Object* blender::io::grease_pencil::ExportParams::object = nullptr |
Definition at line 63 of file grease_pencil_io.hh.
Referenced by blender::io::grease_pencil::PDFExporter::export_scene(), and blender::io::grease_pencil::GreasePencilExporter::retrieve_objects().
| float blender::io::grease_pencil::ExportParams::outline_resample_length = 0.0f |
Definition at line 73 of file grease_pencil_io.hh.
| SelectMode blender::io::grease_pencil::ExportParams::select_mode = SelectMode::Active |
Definition at line 64 of file grease_pencil_io.hh.
Referenced by blender::io::grease_pencil::GreasePencilExporter::retrieve_objects().
| bool blender::io::grease_pencil::ExportParams::use_clip_camera = false |
Definition at line 69 of file grease_pencil_io.hh.
Referenced by blender::io::grease_pencil::SVGExporter::export_grease_pencil_objects().
| bool blender::io::grease_pencil::ExportParams::use_uniform_width = false |
Definition at line 71 of file grease_pencil_io.hh.