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")