|
Blender V5.0
|
Inherits testing::Test.
Public Member Functions | |
| void | SetUp () override |
| void | TearDown () override |
Static Public Member Functions | |
| static void | SetUpTestSuite () |
| static void | TearDownTestSuite () |
Public Attributes | |
| Main * | bmain |
| blender::animrig::Action * | action |
| Object * | cube |
| Object * | armature |
| bArmature * | armature_data |
| Bone * | bone1 |
| Bone * | bone2 |
| SpaceAction | saction = {nullptr} |
| bAnimContext | ac = {nullptr} |
Definition at line 191 of file keyframes_keylist_test.cc.
|
inlineoverride |
Definition at line 218 of file keyframes_keylist_test.cc.
References ac, action, ANIMCONT_ACTION, armature, armature_data, BKE_armature_add(), BKE_armature_bone_hash_make(), BKE_id_new(), BKE_main_new(), BKE_object_add_only_object(), BKE_pose_ensure(), BLI_addtail(), bmain, bone1, bone2, cube, G_MAIN, MEM_callocN(), OB_ARMATURE, OB_EMPTY, saction, SPACE_ACTION, and STRNCPY_UTF8.
|
inlinestatic |
Definition at line 204 of file keyframes_keylist_test.cc.
References BKE_idtype_init(), and CLG_init().
|
inlineoverride |
Definition at line 256 of file keyframes_keylist_test.cc.
References ac, BKE_main_free(), bmain, and G_MAIN.
|
inlinestatic |
Definition at line 213 of file keyframes_keylist_test.cc.
References CLG_exit().
| bAnimContext blender::editor::animation::tests::KeylistSummaryTest::ac = {nullptr} |
Definition at line 202 of file keyframes_keylist_test.cc.
Referenced by SetUp(), and TearDown().
| blender::animrig::Action* blender::editor::animation::tests::KeylistSummaryTest::action |
Definition at line 194 of file keyframes_keylist_test.cc.
Referenced by SetUp().
| Object* blender::editor::animation::tests::KeylistSummaryTest::armature |
Definition at line 196 of file keyframes_keylist_test.cc.
Referenced by SetUp().
| bArmature* blender::editor::animation::tests::KeylistSummaryTest::armature_data |
Definition at line 197 of file keyframes_keylist_test.cc.
Referenced by SetUp().
| Main* blender::editor::animation::tests::KeylistSummaryTest::bmain |
Definition at line 193 of file keyframes_keylist_test.cc.
Referenced by SetUp(), and TearDown().
| Bone* blender::editor::animation::tests::KeylistSummaryTest::bone1 |
Definition at line 198 of file keyframes_keylist_test.cc.
Referenced by SetUp().
| Bone* blender::editor::animation::tests::KeylistSummaryTest::bone2 |
Definition at line 199 of file keyframes_keylist_test.cc.
Referenced by SetUp().
| Object* blender::editor::animation::tests::KeylistSummaryTest::cube |
Definition at line 195 of file keyframes_keylist_test.cc.
Referenced by SetUp().
| SpaceAction blender::editor::animation::tests::KeylistSummaryTest::saction = {nullptr} |
Definition at line 201 of file keyframes_keylist_test.cc.
Referenced by SetUp().