|
Blender V4.3
|
#include "BLI_math_vector_types.hh"#include "BLI_span.hh"#include "BLI_vector.hh"#include <string>Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::io |
| namespace | blender::io::obj |
Functions | |
| Vector< Vector< int > > | blender::io::obj::fixup_invalid_face (Span< float3 > vert_positions, Span< int > face_verts) |
| void | blender::io::obj::transform_object (Object *object, const OBJImportParams &import_params) |
| std::string | blender::io::obj::get_geometry_name (const std::string &full_name, char separator) |