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 void | SetUpTestCase () |
static void | TearDownTestCase () |
![]() | |
virtual void | TearDown () |
bool | blendfile_load (const char *filepath) |
void | blendfile_free () |
virtual void | depsgraph_create (eEvaluationMode depsgraph_evaluation_mode) |
virtual void | depsgraph_free () |
![]() | |
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().