|
Blender V4.3
|
Inherits BlendfileLoadingBaseTest.
Public Member Functions | |
| bool | load_file_and_depsgraph (const StringRefNull &filepath, const eEvaluationMode eval_mode=DAG_EVAL_VIEWPORT) |
| virtual void | SetUp () override |
| virtual void | TearDown () override |
Protected Attributes | |
| bContext * | context = nullptr |
Protected Attributes inherited from BlendfileLoadingBaseTest | |
| struct BlendFileData * | bfile = nullptr |
| struct Depsgraph * | depsgraph = nullptr |
Additional Inherited Members | |
Static Public Member Functions inherited from BlendfileLoadingBaseTest | |
| static void | SetUpTestCase () |
| static void | TearDownTestCase () |
Protected Member Functions inherited from BlendfileLoadingBaseTest | |
| bool | blendfile_load (const char *filepath) |
| void | blendfile_free () |
| virtual void | depsgraph_create (eEvaluationMode depsgraph_evaluation_mode) |
| virtual void | depsgraph_free () |
Definition at line 64 of file usd_curves_test.cc.
|
inline |
Definition at line 69 of file usd_curves_test.cc.
References BlendfileLoadingBaseTest::bfile, BlendfileLoadingBaseTest::blendfile_load(), blender::StringRefNull::c_str(), CTX_create(), CTX_data_main_set(), CTX_data_scene_set(), BlendFileData::curscene, BlendfileLoadingBaseTest::depsgraph_create(), and BlendFileData::main.
|
inlineoverridevirtual |
Definition at line 84 of file usd_curves_test.cc.
|
inlineoverridevirtual |
Reimplemented from BlendfileLoadingBaseTest.
Definition at line 89 of file usd_curves_test.cc.
References BLI_delete(), BLI_exists(), blender::StringRefNull::c_str(), CTX_free(), blender::io::usd::output_filename, and BlendfileLoadingBaseTest::TearDown().
|
protected |
Definition at line 66 of file usd_curves_test.cc.