Render Layers UI

Expand the Layers panel by default on Blender Internal as well.
This commit is contained in:
Pablo Vazquez 2013-05-12 15:25:35 +00:00
parent 6c28e1d76a
commit 128a1c1856

@ -72,7 +72,6 @@ class RENDERLAYER_PT_layers(RenderLayerButtonsPanel, Panel):
class RENDERLAYER_PT_layer_options(RenderLayerButtonsPanel, Panel):
bl_label = "Layer"
bl_options = {'DEFAULT_CLOSED'}
COMPAT_ENGINES = {'BLENDER_RENDER'}
def draw(self, context):