Browse Source

Enable Blender's World header panel.

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

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

Loading…
Cancel
Save