|
Blender V4.5
|
Inherits BlendfileLoadingBaseTest.
Public Member Functions | |
| bool | load_file_and_depsgraph (const StringRefNull &filepath, const eEvaluationMode eval_mode=DAG_EVAL_VIEWPORT) |
| void | SetUp () override |
| 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 30 of file usd_usdz_export_test.cc.
|
inline |
Definition at line 35 of file usd_usdz_export_test.cc.
References BlendfileLoadingBaseTest::bfile, BlendfileLoadingBaseTest::blendfile_load(), blender::StringRefNull::c_str(), context, CTX_create(), CTX_data_main_set(), CTX_data_scene_set(), DAG_EVAL_VIEWPORT, and BlendfileLoadingBaseTest::depsgraph_create().
|
inlineoverride |
Definition at line 50 of file usd_usdz_export_test.cc.
References BKE_tempdir_base(), BKE_tempdir_init(), BLI_dir_create_recursive(), BLI_path_join, FILE_MAX, blender::io::usd::output_filepath, blender::io::usd::temp_dir, and blender::io::usd::temp_output_dir.
|
inlineoverridevirtual |
Reimplemented from BlendfileLoadingBaseTest.
Definition at line 66 of file usd_usdz_export_test.cc.
References BLI_delete(), context, CTX_free(), BlendfileLoadingBaseTest::TearDown(), blender::io::usd::temp_dir, and blender::io::usd::temp_output_dir.
Definition at line 32 of file usd_usdz_export_test.cc.
Referenced by load_file_and_depsgraph(), and TearDown().