Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2010-08-30 11:15:54 +0400
committerThomas Dinges <blender@dingto.org>2010-08-30 11:15:54 +0400
commit52ca27cc45443bf62dad7ac64930f2695cb1b6f9 (patch)
tree97d60eee84c6338725cd508543e66be09729c9ff /release/scripts/ui/properties_material.py
parent766e83f742e8896a59458a3d45174ce4605cb260 (diff)
Patch [#23524] UI cleanup for commit 31587 by Filiciss Muhgue (filiciss).
Thanks!
Diffstat (limited to 'release/scripts/ui/properties_material.py')
-rw-r--r--release/scripts/ui/properties_material.py4
1 files changed, 0 insertions, 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):