|
Blender V4.3
|
#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 |
Definition at line 40 of file grease_pencil_io.hh.
| 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().
| 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().
| int blender::io::grease_pencil::ImportParams::resolution = 10 |
Definition at line 43 of file grease_pencil_io.hh.
| 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().
| 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().