Blender V4.3
IO_ply.hh File Reference
#include "BLI_path_utils.hh"
#include "DNA_ID.h"
#include "IO_orientation.hh"

Go to the source code of this file.

Classes

struct  PLYExportParams
 
struct  PLYImportParams
 

Enumerations

enum  ePLYVertexColorMode { PLY_VERTEX_COLOR_NONE = 0 , PLY_VERTEX_COLOR_SRGB = 1 , PLY_VERTEX_COLOR_LINEAR = 2 }
 

Functions

void PLY_export (bContext *C, const PLYExportParams *export_params)
 
void PLY_import (bContext *C, const PLYImportParams *import_params)
 
MeshPLY_import_mesh (const PLYImportParams *import_params)
 

Enumeration Type Documentation

◆ ePLYVertexColorMode

Enumerator
PLY_VERTEX_COLOR_NONE 
PLY_VERTEX_COLOR_SRGB 
PLY_VERTEX_COLOR_LINEAR 

Definition at line 21 of file IO_ply.hh.

Function Documentation

◆ PLY_export()

void PLY_export ( bContext * C,
const PLYExportParams * export_params )

C-interface for the importer and exporter.

Definition at line 28 of file IO_ply.cc.

References blender::io::ply::exporter_main(), PLYExportParams::filepath, and report_duration().

◆ PLY_import()

void PLY_import ( bContext * C,
const PLYImportParams * import_params )

◆ PLY_import_mesh()

Mesh * PLY_import_mesh ( const PLYImportParams * import_params)