Blender
V3.3
|
#include "IO_abstract_hierarchy_iterator.h"
#include "tests/blendfile_loading_base_test.h"
#include "BKE_scene.h"
#include "BLI_math.h"
#include "BLO_readfile.h"
#include "DEG_depsgraph.h"
#include "DEG_depsgraph_build.h"
#include "DNA_object_types.h"
#include <map>
#include <set>
Go to the source code of this file.
Classes | |
class | blender::io::TestingHierarchyIterator |
class | blender::io::AbstractHierarchyIteratorTest |
class | blender::io::AbstractHierarchyIteratorInvisibleTest |
Namespaces | |
blender | |
blender::io | |
Functions | |
blender::io::TEST_F (AbstractHierarchyIteratorTest, ExportHierarchyTest) | |
blender::io::TEST_F (AbstractHierarchyIteratorTest, ExportSubsetTest) | |
blender::io::TEST_F (AbstractHierarchyIteratorInvisibleTest, ExportInvisibleTest) | |
std::string writer_type |
Definition at line 27 of file abstract_hierarchy_iterator_test.cc.
used_writers& writers_map |
Definition at line 28 of file abstract_hierarchy_iterator_test.cc.