From 52ca27cc45443bf62dad7ac64930f2695cb1b6f9 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Mon, 30 Aug 2010 07:15:54 +0000 Subject: [PATCH] Patch [#23524] UI cleanup for commit 31587 by Filiciss Muhgue (filiciss). Thanks! --- release/scripts/ui/properties_material.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/release/scripts/ui/properties_material.py b/release/scripts/ui/properties_material.py index a71700706f7..e965719007f 100644 --- a/release/scripts/ui/properties_material.py +++ b/release/scripts/ui/properties_material.py @@ -755,7 +755,6 @@ class VolumeButtonsPanel(): class MATERIAL_PT_volume_density(VolumeButtonsPanel, bpy.types.Panel): bl_label = "Density" - bl_default_closed = False COMPAT_ENGINES = {'BLENDER_RENDER'} def draw(self, context): @@ -773,7 +772,6 @@ class MATERIAL_PT_volume_density(VolumeButtonsPanel, bpy.types.Panel): class MATERIAL_PT_volume_shading(VolumeButtonsPanel, bpy.types.Panel): bl_label = "Shading" - bl_default_closed = False COMPAT_ENGINES = {'BLENDER_RENDER'} def draw(self, context): @@ -799,7 +797,6 @@ class MATERIAL_PT_volume_shading(VolumeButtonsPanel, bpy.types.Panel): class MATERIAL_PT_volume_lighting(VolumeButtonsPanel, bpy.types.Panel): bl_label = "Lighting" - bl_default_closed = False COMPAT_ENGINES = {'BLENDER_RENDER'} def draw(self, context): @@ -847,7 +844,6 @@ class MATERIAL_PT_volume_transp(VolumeButtonsPanel, bpy.types.Panel): class MATERIAL_PT_volume_integration(VolumeButtonsPanel, bpy.types.Panel): bl_label = "Integration" - bl_default_closed = False COMPAT_ENGINES = {'BLENDER_RENDER'} def draw(self, context):