Fix missing IDType init in ViewLayer tests.

Kinda miracle this did not cause problems so far, but was breaking tests
with some upcoming changes.
This commit is contained in:
Bastien Montagne 2021-01-11 16:05:23 +01:00
parent 9e1ec5033d
commit 2f9073adb1
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ TEST(view_layer, aov_unique_names)
{
/* Set Up */
CLG_init();
BKE_idtype_init();
BKE_appdir_init();
IMB_init();
RE_engines_init();