|
Blender V4.3
|
Inherits BlendfileLoadingBaseTest.
Inherited by blender::io::ply::PLYExportPLYDataTest.
Public Member Functions | |
| bool | load_file_and_depsgraph (const std::string &filepath, const eEvaluationMode eval_mode=DAG_EVAL_VIEWPORT) |
Protected Member Functions | |
| void | SetUp () override |
| void | TearDown () override |
| std::string | get_temp_ply_filename (const std::string &filename) |
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 () |
Additional Inherited Members | |
Static Public Member Functions inherited from BlendfileLoadingBaseTest | |
| static void | SetUpTestCase () |
| static void | TearDownTestCase () |
Protected Attributes inherited from BlendfileLoadingBaseTest | |
| struct BlendFileData * | bfile = nullptr |
| struct Depsgraph * | depsgraph = nullptr |
Definition at line 29 of file io_ply_exporter_test.cc.
|
inlineprotected |
Definition at line 56 of file io_ply_exporter_test.cc.
References BKE_tempdir_session, and SEP_STR.
|
inline |
Definition at line 31 of file io_ply_exporter_test.cc.
References BlendfileLoadingBaseTest::blendfile_load(), and BlendfileLoadingBaseTest::depsgraph_create().
Referenced by blender::io::ply::PLYExportPLYDataTest::load_ply_data_from_blendfile().
|
inlineoverrideprotected |
Definition at line 42 of file io_ply_exporter_test.cc.
References BKE_tempdir_init().
|
inlineoverrideprotectedvirtual |
Reimplemented from BlendfileLoadingBaseTest.
Definition at line 49 of file io_ply_exporter_test.cc.
References BKE_tempdir_session_purge(), and BlendfileLoadingBaseTest::TearDown().