Blender V4.3
PLYImportParams Struct Reference

#include <IO_ply.hh>

Public Attributes

char filepath [FILE_MAX]
 
eIOAxis forward_axis
 
eIOAxis up_axis
 
bool use_scene_unit
 
float global_scale
 
ePLYVertexColorMode vertex_colors
 
bool import_attributes
 
bool merge_verts
 
ReportListreports = nullptr
 

Detailed Description

Definition at line 57 of file IO_ply.hh.

Member Data Documentation

◆ filepath

char PLYImportParams::filepath[FILE_MAX]

Full path to the source PLY file to import.

Definition at line 59 of file IO_ply.hh.

Referenced by blender::io::ply::import_mesh(), blender::io::ply::importer_main(), PLY_import(), and blender::io::ply::read_ply_to_mesh().

◆ forward_axis

eIOAxis PLYImportParams::forward_axis

Definition at line 60 of file IO_ply.hh.

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

◆ global_scale

float PLYImportParams::global_scale

Definition at line 63 of file IO_ply.hh.

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

◆ import_attributes

bool PLYImportParams::import_attributes

Definition at line 65 of file IO_ply.hh.

◆ merge_verts

bool PLYImportParams::merge_verts

Definition at line 66 of file IO_ply.hh.

◆ reports

ReportList* PLYImportParams::reports = nullptr

Definition at line 68 of file IO_ply.hh.

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

◆ up_axis

eIOAxis PLYImportParams::up_axis

Definition at line 61 of file IO_ply.hh.

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

◆ use_scene_unit

bool PLYImportParams::use_scene_unit

Definition at line 62 of file IO_ply.hh.

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

◆ vertex_colors

ePLYVertexColorMode PLYImportParams::vertex_colors

Definition at line 64 of file IO_ply.hh.


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