Browse Source

Fix #142

pull/152/head
Adam Johnson 5 years ago
parent
commit
1df5b10671
Signed by: Hoikas
GPG Key ID: 0B6515D6FF6F271E
  1. 7
      korman/render.py

7
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

Loading…
Cancel
Save