|
Blender V4.5
|
#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 56 of file grease_pencil_io.hh.
Frame-range to be exported.
| Enumerator | |
|---|---|
| Active | |
| Selected | |
| Scene | |
Definition at line 65 of file grease_pencil_io.hh.
| Enumerator | |
|---|---|
| Active | |
| Selected | |
| Visible | |
Definition at line 58 of file grease_pencil_io.hh.
| bool blender::io::grease_pencil::ExportParams::export_fill_materials = true |
Definition at line 75 of file grease_pencil_io.hh.
| bool blender::io::grease_pencil::ExportParams::export_stroke_materials = true |
Definition at line 74 of file grease_pencil_io.hh.
| FrameMode blender::io::grease_pencil::ExportParams::frame_mode = FrameMode::Active |
Definition at line 73 of file grease_pencil_io.hh.
Definition at line 71 of file grease_pencil_io.hh.
| float blender::io::grease_pencil::ExportParams::outline_resample_length = 0.0f |
Definition at line 81 of file grease_pencil_io.hh.
| SelectMode blender::io::grease_pencil::ExportParams::select_mode = SelectMode::Active |
Definition at line 72 of file grease_pencil_io.hh.
| bool blender::io::grease_pencil::ExportParams::use_clip_camera = false |
Definition at line 77 of file grease_pencil_io.hh.
| bool blender::io::grease_pencil::ExportParams::use_uniform_width = false |
Definition at line 79 of file grease_pencil_io.hh.