fix: empty world on bl_scene

This commit is contained in:
Swann
2019-09-26 23:50:14 +02:00
parent 35667cbd5a
commit 2f5bd47780
2 changed files with 3 additions and 2 deletions

View File

@ -67,6 +67,7 @@ class BlScene(BlDatablock):
deps.append(object)
# world
if self.pointer.world:
deps.append(self.pointer.world)
return deps