Blender V4.3
blender::io::grease_pencil::ImportParams Struct Reference

#include <grease_pencil_io.hh>

Public Attributes

float scale = 1.0f
 
int frame_number = 1
 
int resolution = 10
 
bool use_scene_unit = false
 
bool recenter_bounds = false
 

Detailed Description

Definition at line 40 of file grease_pencil_io.hh.

Member Data Documentation

◆ frame_number

int blender::io::grease_pencil::ImportParams::frame_number = 1

Definition at line 42 of file grease_pencil_io.hh.

Referenced by blender::io::grease_pencil::SVGImporter::read().

◆ recenter_bounds

bool blender::io::grease_pencil::ImportParams::recenter_bounds = false

Definition at line 45 of file grease_pencil_io.hh.

Referenced by blender::io::grease_pencil::SVGImporter::read().

◆ resolution

int blender::io::grease_pencil::ImportParams::resolution = 10

Definition at line 43 of file grease_pencil_io.hh.

◆ scale

float blender::io::grease_pencil::ImportParams::scale = 1.0f

Definition at line 41 of file grease_pencil_io.hh.

Referenced by blender::io::grease_pencil::SVGImporter::read().

◆ use_scene_unit

bool blender::io::grease_pencil::ImportParams::use_scene_unit = false

Definition at line 44 of file grease_pencil_io.hh.

Referenced by blender::io::grease_pencil::SVGImporter::read().


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