Blender V5.0
PLYImportParams Struct Reference

#include <IO_ply.hh>

Public Attributes

char filepath [FILE_MAX] = ""
eIOAxis forward_axis = IO_AXIS_Y
eIOAxis up_axis = IO_AXIS_Z
bool use_scene_unit = false
float global_scale = 1.0f
ePLYVertexColorMode vertex_colors = ePLYVertexColorMode::sRGB
bool import_attributes = true
bool merge_verts = false
ReportListreports = nullptr

Detailed Description

Definition at line 57 of file IO_ply.hh.

Member Data Documentation

◆ filepath

char PLYImportParams::filepath[FILE_MAX] = ""

◆ forward_axis

eIOAxis PLYImportParams::forward_axis = IO_AXIS_Y

Definition at line 60 of file IO_ply.hh.

Referenced by blender::io::ply::importer_main().

◆ global_scale

float PLYImportParams::global_scale = 1.0f

Definition at line 63 of file IO_ply.hh.

Referenced by blender::io::ply::importer_main().

◆ import_attributes

bool PLYImportParams::import_attributes = true

Definition at line 65 of file IO_ply.hh.

Referenced by blender::nodes::nodes_geo_import_ply::node_geo_exec().

◆ merge_verts

bool PLYImportParams::merge_verts = false

Definition at line 66 of file IO_ply.hh.

◆ reports

ReportList* PLYImportParams::reports = nullptr

◆ up_axis

eIOAxis PLYImportParams::up_axis = IO_AXIS_Z

Definition at line 61 of file IO_ply.hh.

Referenced by blender::io::ply::importer_main().

◆ use_scene_unit

bool PLYImportParams::use_scene_unit = false

Definition at line 62 of file IO_ply.hh.

Referenced by blender::io::ply::importer_main().

◆ vertex_colors

ePLYVertexColorMode PLYImportParams::vertex_colors = ePLYVertexColorMode::sRGB

Definition at line 64 of file IO_ply.hh.


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