Blender  V3.3
Namespaces | Functions
obj_importer.cc File Reference
#include <string>
#include "BLI_map.hh"
#include "BLI_math_vec_types.hh"
#include "BLI_set.hh"
#include "BLI_sort.hh"
#include "BLI_string_ref.hh"
#include "BKE_layer.h"
#include "BKE_scene.h"
#include "DEG_depsgraph_build.h"
#include "DNA_collection_types.h"
#include "obj_import_file_reader.hh"
#include "obj_import_mesh.hh"
#include "obj_import_nurbs.hh"
#include "obj_import_objects.hh"
#include "obj_importer.hh"

Go to the source code of this file.

Namespaces

 blender
 
 blender::io
 
 blender::io::obj
 

Functions

static void blender::io::obj::geometry_to_blender_objects (Main *bmain, Scene *scene, ViewLayer *view_layer, const OBJImportParams &import_params, Vector< std::unique_ptr< Geometry >> &all_geometries, const GlobalVertices &global_vertices, Map< std::string, std::unique_ptr< MTLMaterial >> &materials, Map< std::string, Material * > &created_materials)
 
void blender::io::obj::importer_main (bContext *C, const OBJImportParams &import_params)
 
void blender::io::obj::importer_main (Main *bmain, Scene *scene, ViewLayer *view_layer, const OBJImportParams &import_params, size_t read_buffer_size)