From eb8aa53d3ad918d9ec06850abbe591f4ebd7bf40 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Fri, 25 Oct 2019 11:41:29 -0400 Subject: [PATCH] Enable Blender's World header panel. --- korman/render.py | 1 + 1 file changed, 1 insertion(+) diff --git a/korman/render.py b/korman/render.py index bcb9f36..8855b98 100644 --- a/korman/render.py +++ b/korman/render.py @@ -67,6 +67,7 @@ _whitelist_all(properties_texture) del properties_texture from bl_ui import properties_world +properties_world.WORLD_PT_context_world.COMPAT_ENGINES.add("PLASMA_GAME") 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")