Browse Source

Enable the Material Shading panel

pull/9/head
Adam Johnson 9 years ago
parent
commit
3df745f600
  1. 1
      korman/render.py

1
korman/render.py

@ -28,6 +28,7 @@ class PlasmaRenderEngine(bpy.types.RenderEngine):
from bl_ui import properties_material
properties_material.MATERIAL_PT_context_material.COMPAT_ENGINES.add("PLASMA_GAME")
properties_material.MATERIAL_PT_diffuse.COMPAT_ENGINES.add("PLASMA_GAME")
properties_material.MATERIAL_PT_shading.COMPAT_ENGINES.add("PLASMA_GAME")
properties_material.MATERIAL_PT_specular.COMPAT_ENGINES.add("PLASMA_GAME")
properties_material.MATERIAL_PT_options.COMPAT_ENGINES.add("PLASMA_GAME")
properties_material.MATERIAL_PT_preview.COMPAT_ENGINES.add("PLASMA_GAME")

Loading…
Cancel
Save