|
Blender V4.3
|
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) |
| 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[1024]) |