[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [31654] trunk/blender/release/scripts/ui/ properties_material.py: Patch [#23524] UI cleanup for commit 31587 by Filiciss Muhgue (filiciss).

Thomas Dinges dingto at gmx.de
Mon Aug 30 09:15:55 CEST 2010


Revision: 31654
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=31654
Author:   dingto
Date:     2010-08-30 09:15:54 +0200 (Mon, 30 Aug 2010)

Log Message:
-----------
Patch [#23524] UI cleanup for commit 31587 by Filiciss Muhgue (filiciss).
Thanks!

Modified Paths:
--------------
    trunk/blender/release/scripts/ui/properties_material.py

Modified: trunk/blender/release/scripts/ui/properties_material.py
===================================================================
--- trunk/blender/release/scripts/ui/properties_material.py	2010-08-30 02:04:22 UTC (rev 31653)
+++ trunk/blender/release/scripts/ui/properties_material.py	2010-08-30 07:15:54 UTC (rev 31654)
@@ -755,7 +755,6 @@
 
 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_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_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_integration(VolumeButtonsPanel, bpy.types.Panel):
     bl_label = "Integration"
-    bl_default_closed = False
     COMPAT_ENGINES = {'BLENDER_RENDER'}
 
     def draw(self, context):





More information about the Bf-blender-cvs mailing list