Blender  V3.3
Classes | Namespaces | Functions
obj_exporter.hh File Reference
#include "BLI_utility_mixins.hh"
#include "BLI_vector.hh"
#include "IO_wavefront_obj.h"

Go to the source code of this file.

Classes

class  blender::io::obj::OBJDepsgraph
 

Namespaces

 blender
 
 blender::io
 
 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)
 
std::pair< Vector< std::unique_ptr< OBJMesh > >, Vector< std::unique_ptr< OBJCurve > > > 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)