Blender V5.0
STLExportParams Struct Reference

#include <IO_stl.hh>

Public Attributes

char filepath [FILE_MAX] = ""
eIOAxis forward_axis = IO_AXIS_Y
eIOAxis up_axis = IO_AXIS_Z
float global_scale = 1.0f
bool export_selected_objects = false
bool use_scene_unit = false
bool apply_modifiers = true
bool ascii_format = false
bool use_batch = false
char collection [MAX_ID_NAME - 2] = ""
ReportListreports = nullptr

Detailed Description

Definition at line 34 of file IO_stl.hh.

Member Data Documentation

◆ apply_modifiers

bool STLExportParams::apply_modifiers = true

Definition at line 42 of file IO_stl.hh.

Referenced by blender::io::stl::export_frame().

◆ ascii_format

bool STLExportParams::ascii_format = false

Definition at line 43 of file IO_stl.hh.

Referenced by blender::io::stl::export_frame().

◆ collection

char STLExportParams::collection[MAX_ID_NAME - 2] = ""

Definition at line 45 of file IO_stl.hh.

Referenced by blender::io::stl::exporter_main().

◆ export_selected_objects

bool STLExportParams::export_selected_objects = false

Definition at line 40 of file IO_stl.hh.

Referenced by blender::io::stl::export_frame().

◆ filepath

char STLExportParams::filepath[FILE_MAX] = ""

Full path to the to-be-saved STL file.

Definition at line 36 of file IO_stl.hh.

Referenced by blender::io::stl::export_frame().

◆ forward_axis

eIOAxis STLExportParams::forward_axis = IO_AXIS_Y

Definition at line 37 of file IO_stl.hh.

Referenced by blender::io::stl::export_frame().

◆ global_scale

float STLExportParams::global_scale = 1.0f

Definition at line 39 of file IO_stl.hh.

Referenced by blender::io::stl::export_frame().

◆ reports

ReportList* STLExportParams::reports = nullptr

Definition at line 47 of file IO_stl.hh.

Referenced by blender::io::stl::export_frame(), and blender::io::stl::exporter_main().

◆ up_axis

eIOAxis STLExportParams::up_axis = IO_AXIS_Z

Definition at line 38 of file IO_stl.hh.

Referenced by blender::io::stl::export_frame().

◆ use_batch

bool STLExportParams::use_batch = false

Definition at line 44 of file IO_stl.hh.

Referenced by blender::io::stl::export_frame().

◆ use_scene_unit

bool STLExportParams::use_scene_unit = false

Definition at line 41 of file IO_stl.hh.

Referenced by blender::io::stl::exporter_main().


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