Blender  V3.3
blendfile_load_test.cc
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2019 Blender Foundation. */
4 
6 };
7 
9 {
10  /* Load the smallest blend file we have in the tests/data directory. */
11  if (!blendfile_load("modifier_stack/array_test.blend")) {
12  return;
13  }
14  depsgraph_create(DAG_EVAL_RENDER);
15  EXPECT_NE(nullptr, this->depsgraph);
16 }
@ DAG_EVAL_RENDER
Definition: DEG_depsgraph.h:46
TEST_F(BlendfileLoadingTest, CanaryTest)
const Depsgraph * depsgraph