Blender V5.0
blender::io::grease_pencil::ExportParams Struct Reference

#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

Objectobject = 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

Detailed Description

Definition at line 56 of file grease_pencil_io.hh.

Member Enumeration Documentation

◆ FrameMode

Frame-range to be exported.

Enumerator
Active 
Selected 
Scene 

Definition at line 65 of file grease_pencil_io.hh.

◆ SelectMode

Enumerator
Active 
Selected 
Visible 

Definition at line 58 of file grease_pencil_io.hh.

Member Data Documentation

◆ export_fill_materials

bool blender::io::grease_pencil::ExportParams::export_fill_materials = true

Definition at line 75 of file grease_pencil_io.hh.

◆ export_stroke_materials

bool blender::io::grease_pencil::ExportParams::export_stroke_materials = true

Definition at line 74 of file grease_pencil_io.hh.

◆ frame_mode

FrameMode blender::io::grease_pencil::ExportParams::frame_mode = FrameMode::Active

Definition at line 73 of file grease_pencil_io.hh.

◆ object

Object* blender::io::grease_pencil::ExportParams::object = nullptr

Definition at line 71 of file grease_pencil_io.hh.

◆ outline_resample_length

float blender::io::grease_pencil::ExportParams::outline_resample_length = 0.0f

Definition at line 81 of file grease_pencil_io.hh.

◆ select_mode

SelectMode blender::io::grease_pencil::ExportParams::select_mode = SelectMode::Active

Definition at line 72 of file grease_pencil_io.hh.

◆ use_clip_camera

bool blender::io::grease_pencil::ExportParams::use_clip_camera = false

Definition at line 77 of file grease_pencil_io.hh.

◆ use_uniform_width

bool blender::io::grease_pencil::ExportParams::use_uniform_width = false

Definition at line 79 of file grease_pencil_io.hh.


The documentation for this struct was generated from the following file: