|
Blender
V3.3
|
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 37 of file obj_exporter_tests.cc.
|
inline |
| filepath | relative to "tests" directory. |
Definition at line 42 of file obj_exporter_tests.cc.
References BlendfileLoadingBaseTest::blendfile_load(), and BlendfileLoadingBaseTest::depsgraph_create().
Referenced by blender::io::obj::obj_exporter_regression_test::compare_obj_export_to_golden().