Skip to content
Snippets Groups Projects
Commit 13f4c169 authored by Maurice Raybaud's avatar Maurice Raybaud
Browse files

Removed (commented out) Baking from the interface until we work on it again....

Removed (commented out) Baking from the interface until we work on it again. More important issues need to be solved first. 
parent 40367bf3
No related branches found
No related tags found
No related merge requests found
......@@ -355,22 +355,22 @@ class RENDER_PT_povray_media(RenderButtonsPanel, bpy.types.Panel):
col.prop(scene, "pov_media_color", text="Color")
class RENDER_PT_povray_baking(RenderButtonsPanel, bpy.types.Panel):
bl_label = "Baking"
COMPAT_ENGINES = {'POVRAY_RENDER'}
def draw_header(self, context):
scene = context.scene
self.layout.prop(scene, "pov_baking_enable", text="")
def draw(self, context):
layout = self.layout
scene = context.scene
rd = scene.render
layout.active = scene.pov_baking_enable
##class RENDER_PT_povray_baking(RenderButtonsPanel, bpy.types.Panel):
## bl_label = "Baking"
## COMPAT_ENGINES = {'POVRAY_RENDER'}
##
## def draw_header(self, context):
## scene = context.scene
##
## self.layout.prop(scene, "pov_baking_enable", text="")
##
## def draw(self, context):
## layout = self.layout
##
## scene = context.scene
## rd = scene.render
##
## layout.active = scene.pov_baking_enable
class RENDER_PT_povray_formatting(RenderButtonsPanel, bpy.types.Panel):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment