Blender V4.3
obj_importer_tests.cc File Reference
#include <gtest/gtest.h>
#include "testing/testing.h"
#include "tests/blendfile_loading_base_test.h"
#include "BKE_curve.hh"
#include "BKE_customdata.hh"
#include "BKE_main.hh"
#include "BKE_material.h"
#include "BKE_mesh.hh"
#include "BKE_object.hh"
#include "BKE_scene.hh"
#include "BLI_listbase.h"
#include "BLI_math_base.hh"
#include "BLI_math_vector_types.hh"
#include "BLI_string.h"
#include "BLO_readfile.hh"
#include "DEG_depsgraph.hh"
#include "DEG_depsgraph_query.hh"
#include "DNA_curve_types.h"
#include "DNA_material_types.h"
#include "DNA_mesh_types.h"
#include "DNA_meshdata_types.h"
#include "DNA_scene_types.h"
#include "MEM_guardedalloc.h"
#include "obj_importer.hh"

Go to the source code of this file.

Classes

struct  blender::io::obj::Expectation
 
class  blender::io::obj::OBJImportTest
 

Namespaces

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

Functions

 blender::io::obj::TEST_F (OBJImportTest, import_cube)
 
 blender::io::obj::TEST_F (OBJImportTest, import_cube_o_after_verts)
 
 blender::io::obj::TEST_F (OBJImportTest, import_suzanne_all_data)
 
 blender::io::obj::TEST_F (OBJImportTest, import_nurbs)
 
 blender::io::obj::TEST_F (OBJImportTest, import_nurbs_curves)
 
 blender::io::obj::TEST_F (OBJImportTest, import_nurbs_cyclic)
 
 blender::io::obj::TEST_F (OBJImportTest, import_nurbs_endpoint)
 
 blender::io::obj::TEST_F (OBJImportTest, import_nurbs_manual)
 
 blender::io::obj::TEST_F (OBJImportTest, import_nurbs_mesh)
 
 blender::io::obj::TEST_F (OBJImportTest, import_materials)
 
 blender::io::obj::TEST_F (OBJImportTest, import_cubes_with_textures_rel)
 
 blender::io::obj::TEST_F (OBJImportTest, import_faces_invalid_or_with_holes)
 
 blender::io::obj::TEST_F (OBJImportTest, import_invalid_faces)
 
 blender::io::obj::TEST_F (OBJImportTest, import_invalid_indices)
 
 blender::io::obj::TEST_F (OBJImportTest, import_invalid_syntax)
 
 blender::io::obj::TEST_F (OBJImportTest, import_all_objects)
 
 blender::io::obj::TEST_F (OBJImportTest, import_cubes_vertex_colors)
 
 blender::io::obj::TEST_F (OBJImportTest, import_cubes_vertex_colors_mrgb)
 
 blender::io::obj::TEST_F (OBJImportTest, import_vertex_colors_non_contiguous)
 
 blender::io::obj::TEST_F (OBJImportTest, import_vertices)
 
 blender::io::obj::TEST_F (OBJImportTest, import_split_options_by_object)
 
 blender::io::obj::TEST_F (OBJImportTest, import_split_options_by_group)
 
 blender::io::obj::TEST_F (OBJImportTest, import_split_options_by_object_and_group)
 
 blender::io::obj::TEST_F (OBJImportTest, import_split_options_none)
 
 blender::io::obj::TEST_F (OBJImportTest, import_polylines)