|
Blender V5.0
|
#include "BLI_listbase.h"#include "BLI_string.h"#include "BKE_action.hh"#include "BKE_anim_data.hh"#include "BKE_animsys.h"#include "BKE_armature.hh"#include "BKE_idtype.hh"#include "BKE_lib_id.hh"#include "BKE_main.hh"#include "BKE_object.hh"#include "DEG_depsgraph.hh"#include "DNA_object_types.h"#include "ANIM_action.hh"#include "ANIM_pose.hh"#include "CLG_log.h"#include "testing/testing.h"Go to the source code of this file.
Classes | |
| class | blender::animrig::tests::PoseTest |
Namespaces | |
| namespace | blender |
| namespace | blender::animrig |
| namespace | blender::animrig::tests |
Functions | |
| blender::animrig::tests::TEST_F (PoseTest, get_best_slot) | |
| blender::animrig::tests::TEST_F (PoseTest, apply_action_object) | |
| blender::animrig::tests::TEST_F (PoseTest, apply_action_all_bones_single_slot) | |
| blender::animrig::tests::TEST_F (PoseTest, apply_action_all_bones_multiple_slots) | |
| blender::animrig::tests::TEST_F (PoseTest, apply_action_blend_single_slot) | |
| blender::animrig::tests::TEST_F (PoseTest, apply_action_multiple_objects) | |
| blender::animrig::tests::TEST_F (PoseTest, apply_action_multiple_objects_single_slot) | |
Variables | |
| constexpr char | msg_unexpected_modification [] |
|
constexpr |
Definition at line 27 of file pose_test.cc.
Referenced by blender::animrig::tests::TEST_F(), and blender::animrig::tests::TEST_F().