|
Blender V4.3
|
Inherits testing::Test.
Public Member Functions | |
| void | SetUp () override |
| void | TearDown () override |
| bAction * | create_empty_action () |
| FCurve * | fcurve_add_legacy (bAction *action, const StringRefNull rna_path, const int array_index) |
Static Public Member Functions | |
| static void | SetUpTestSuite () |
| static void | TearDownTestSuite () |
Public Attributes | |
| Main * | bmain |
Definition at line 22 of file action_legacy_test.cc.
|
inline |
Definition at line 50 of file action_legacy_test.cc.
References BKE_id_new(), bmain, and ID_AC.
|
inline |
Definition at line 55 of file action_legacy_test.cc.
References FCurve::array_index, BKE_fcurve_rnapath_set(), BLI_addtail(), bAction::curves, and MEM_callocN.
|
inlineoverride |
Definition at line 40 of file action_legacy_test.cc.
References BKE_main_new(), and bmain.
|
inlinestatic |
Definition at line 26 of file action_legacy_test.cc.
References BKE_idtype_init(), and CLG_init().
|
inlineoverride |
Definition at line 45 of file action_legacy_test.cc.
References BKE_main_free(), and bmain.
|
inlinestatic |
Definition at line 35 of file action_legacy_test.cc.
References CLG_exit().
| Main* blender::animrig::tests::ActionLegacyTest::bmain |
Definition at line 24 of file action_legacy_test.cc.
Referenced by create_empty_action(), SetUp(), and TearDown().