From 1df5b106710bcbb7970cfe2dc1b94545bc99b50b Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Mon, 1 Apr 2019 15:50:24 -0400 Subject: [PATCH] Fix #142 --- korman/render.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/korman/render.py b/korman/render.py index 965a0de..bcb9f36 100644 --- a/korman/render.py +++ b/korman/render.py @@ -65,3 +65,10 @@ del properties_render from bl_ui import properties_texture _whitelist_all(properties_texture) del properties_texture + +from bl_ui import properties_world +properties_world.WORLD_PT_ambient_occlusion.COMPAT_ENGINES.add("PLASMA_GAME") +properties_world.WORLD_PT_environment_lighting.COMPAT_ENGINES.add("PLASMA_GAME") +properties_world.WORLD_PT_indirect_lighting.COMPAT_ENGINES.add("PLASMA_GAME") +properties_world.WORLD_PT_gather.COMPAT_ENGINES.add("PLASMA_GAME") +del properties_world