Blender V5.0
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 class  ePLYVertexColorMode { None = 0 , sRGB = 1 , Linear = 2 }

Functions

void PLY_export (bContext *C, const PLYExportParams &params)
void PLY_import (bContext *C, const PLYImportParams &params)
MeshPLY_import_mesh (const PLYImportParams &params)

Enumeration Type Documentation

◆ ePLYVertexColorMode

enum class ePLYVertexColorMode
strong
Enumerator
None 
sRGB 
Linear 

Definition at line 21 of file IO_ply.hh.

Function Documentation

◆ PLY_export()

void PLY_export ( bContext * C,
const PLYExportParams & params )

Definition at line 30 of file IO_ply.cc.

References C, blender::io::ply::exporter_main(), params, and report_duration().

◆ PLY_import()

void PLY_import ( bContext * C,
const PLYImportParams & params )

Definition at line 37 of file IO_ply.cc.

References C, blender::io::ply::importer_main(), params, and report_duration().

◆ PLY_import_mesh()

Mesh * PLY_import_mesh ( const PLYImportParams & params)