Blender V4.3
bone_collections_test.cc File Reference
#include "BLI_string.h"
#include "BLT_translation.hh"
#include "BKE_idtype.hh"
#include "BKE_lib_id.hh"
#include "ANIM_bone_collections.hh"
#include "intern/bone_collections_internal.hh"
#include "testing/testing.h"

Go to the source code of this file.

Classes

class  blender::animrig::tests::ArmatureBoneCollections
 
class  blender::animrig::tests::ArmatureBoneCollectionsTestList
 
class  blender::animrig::tests::ArmatureBoneCollectionsLiboverrides
 

Namespaces

namespace  blender
 
namespace  blender::animrig
 
namespace  blender::animrig::tests
 

Functions

 blender::animrig::tests::TEST (ANIM_bone_collections, bonecoll_new_free)
 
 blender::animrig::tests::TEST (ANIM_bone_collections, bonecoll_default_name)
 
 blender::animrig::tests::TEST_F (ArmatureBoneCollections, armature_owned_collections)
 
 blender::animrig::tests::TEST_F (ArmatureBoneCollections, collection_hierarchy_creation)
 
 blender::animrig::tests::TEST_F (ArmatureBoneCollections, collection_hierarchy_removal)
 
 blender::animrig::tests::TEST_F (ArmatureBoneCollections, collection_hierarchy_removal__more_complex_remove_inner_child)
 
 blender::animrig::tests::TEST_F (ArmatureBoneCollections, collection_hierarchy_removal__more_complex_remove_root)
 
 blender::animrig::tests::TEST_F (ArmatureBoneCollections, find_parent_index)
 
 blender::animrig::tests::TEST_F (ArmatureBoneCollections, collection_hierarchy_visibility)
 
 blender::animrig::tests::TEST_F (ArmatureBoneCollections, bones_assign_unassign)
 
 blender::animrig::tests::TEST_F (ArmatureBoneCollections, bones_assign_remove)
 
 blender::animrig::tests::TEST_F (ArmatureBoneCollections, active_set_clear_by_pointer)
 
 blender::animrig::tests::TEST_F (ArmatureBoneCollections, active_set_clear_by_index)
 
 blender::animrig::tests::TEST_F (ArmatureBoneCollections, bcoll_is_editable)
 
 blender::animrig::tests::TEST_F (ArmatureBoneCollections, bcoll_move_to_index__roots)
 
 blender::animrig::tests::TEST_F (ArmatureBoneCollections, bcoll_move_to_index__siblings)
 
 blender::animrig::tests::TEST_F (ArmatureBoneCollections, bcoll_move_to_parent)
 
 blender::animrig::tests::TEST_F (ArmatureBoneCollections, bcoll_move_to_parent__root_unroot)
 
 blender::animrig::tests::TEST_F (ArmatureBoneCollections, bcoll_move_to_parent__within_siblings)
 
 blender::animrig::tests::TEST_F (ArmatureBoneCollections, internal__bonecolls_rotate_block)
 
 blender::animrig::tests::TEST_F (ArmatureBoneCollectionsTestList, move_before_after_index__before_first_sibling)
 
 blender::animrig::tests::TEST_F (ArmatureBoneCollectionsTestList, move_before_after_index__after_first_sibling)
 
 blender::animrig::tests::TEST_F (ArmatureBoneCollectionsTestList, move_before_after_index__before_last_sibling)
 
 blender::animrig::tests::TEST_F (ArmatureBoneCollectionsTestList, move_before_after_index__after_last_sibling)
 
 blender::animrig::tests::TEST_F (ArmatureBoneCollectionsTestList, move_before_after_index__other_parent_before__move_left)
 
 blender::animrig::tests::TEST_F (ArmatureBoneCollectionsTestList, move_before_after_index__other_parent_after__move_left)
 
 blender::animrig::tests::TEST_F (ArmatureBoneCollectionsTestList, move_before_after_index__other_parent_before__move_right)
 
 blender::animrig::tests::TEST_F (ArmatureBoneCollectionsTestList, move_before_after_index__other_parent_after__move_right)
 
 blender::animrig::tests::TEST_F (ArmatureBoneCollectionsTestList, move_before_after_index__to_root__before)
 
 blender::animrig::tests::TEST_F (ArmatureBoneCollectionsTestList, move_before_after_index__to_root__after)
 
 blender::animrig::tests::TEST_F (ArmatureBoneCollectionsTestList, child_number_set__roots)
 
 blender::animrig::tests::TEST_F (ArmatureBoneCollectionsTestList, child_number_set__siblings)
 
 blender::animrig::tests::TEST_F (ArmatureBoneCollectionsTestList, bone_collection_solo)
 
 blender::animrig::tests::TEST_F (ArmatureBoneCollectionsLiboverrides, bcoll_insert_copy_after)