|
Blender V4.3
|
Inherits BlendfileLoadingBaseTest.
Inherited by blender::io::obj::OBJExportRegressionTest.
Public Member Functions | |
| bool | load_file_and_depsgraph (const std::string &filepath, const eEvaluationMode eval_mode=DAG_EVAL_VIEWPORT) |
Additional Inherited Members | |
Static Public Member Functions inherited from BlendfileLoadingBaseTest | |
| static void | SetUpTestCase () |
| static void | TearDownTestCase () |
Protected Member Functions inherited from BlendfileLoadingBaseTest | |
| virtual void | TearDown () |
| bool | blendfile_load (const char *filepath) |
| void | blendfile_free () |
| virtual void | depsgraph_create (eEvaluationMode depsgraph_evaluation_mode) |
| virtual void | depsgraph_free () |
Protected Attributes inherited from BlendfileLoadingBaseTest | |
| struct BlendFileData * | bfile = nullptr |
| struct Depsgraph * | depsgraph = nullptr |
Definition at line 40 of file obj_exporter_tests.cc.
|
inline |
| filepath | relative to "tests" directory. |
Definition at line 45 of file obj_exporter_tests.cc.
References BlendfileLoadingBaseTest::blendfile_load(), and BlendfileLoadingBaseTest::depsgraph_create().
Referenced by blender::io::obj::OBJExportRegressionTest::compare_obj_export_to_golden().