Blender
V3.3
|
#include <optional>
#include "BLI_math_vec_types.hh"
#include "BLI_utility_mixins.hh"
#include "BLI_vector.hh"
#include "bmesh.h"
#include "bmesh_tools.h"
#include "DNA_material_types.h"
#include "DNA_mesh_types.h"
#include "DNA_meshdata_types.h"
#include "DNA_object_types.h"
#include "IO_wavefront_obj.h"
Go to the source code of this file.
Classes | |
struct | blender::io::obj::CustomBMeshDeleter |
class | blender::io::obj::OBJMesh |
Namespaces | |
blender | |
blender::io | |
blender::io::obj | |
Typedefs | |
using | blender::io::obj::unique_bmesh_ptr = std::unique_ptr< BMesh, CustomBMeshDeleter > |
Variables | |
const int | blender::io::obj::NOT_FOUND = -1 |
const int | blender::io::obj::NEGATIVE_INIT = -10 |