|
Blender V5.0
|
#include "BKE_context.hh"#include "BKE_lib_id.hh"#include "BKE_report.hh"#include "BKE_scene.hh"#include "DEG_depsgraph_query.hh"#include "IO_ply.hh"#include "ply_data.hh"#include "ply_export.hh"#include "ply_export_data.hh"#include "ply_export_header.hh"#include "ply_export_load_plydata.hh"#include "ply_file_buffer_ascii.hh"#include "ply_file_buffer_binary.hh"#include "CLG_log.h"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::io |
| namespace | blender::io::ply |
Functions | |
| void | blender::io::ply::exporter_main (bContext *C, const PLYExportParams &export_params) |
Variables | |
| static CLG_LogRef | LOG = {"io.ply"} |
|
static |
Definition at line 27 of file ply_export.cc.