|
Blender V4.3
|
#include <cstdio>#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"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) |