Go to the source code of this file.
|
| 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]) |