Blender V5.0
obj_exporter.hh File Reference
#include "BLI_utility_mixins.hh"
#include "BLI_vector.hh"
#include "IO_wavefront_obj.hh"

Go to the source code of this file.

Classes

class  blender::io::obj::OBJDepsgraph

Namespaces

namespace  blender
namespace  blender::io
namespace  blender::io::obj

Functions

void blender::io::obj::exporter_main (bContext *C, const OBJExportParams &export_params)
void blender::io::obj::export_frame (Depsgraph *depsgraph, const OBJExportParams &export_params, const char *filepath)
void blender::io::obj::export_objects (const OBJExportParams &export_params, const Span< std::unique_ptr< OBJMesh > > meshes, const Span< std::unique_ptr< IOBJCurve > > curves, const char *filepath)
std::pair< Vector< std::unique_ptr< OBJMesh > >, Vector< std::unique_ptr< IOBJCurve > > > blender::io::obj::filter_supported_objects (Depsgraph *depsgraph, const OBJExportParams &export_params)
bool blender::io::obj::append_frame_to_filename (const char *filepath, const int frame, char r_filepath_with_frames[1024])