[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [34955] trunk/blender/release/scripts/ui/ properties_material.py: revert accidental edit.

Campbell Barton ideasman42 at gmail.com
Fri Feb 18 09:49:17 CET 2011


Revision: 34955
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=34955
Author:   campbellbarton
Date:     2011-02-18 08:49:11 +0000 (Fri, 18 Feb 2011)
Log Message:
-----------
revert accidental edit.

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	2011-02-18 08:47:37 UTC (rev 34954)
+++ trunk/blender/release/scripts/ui/properties_material.py	2011-02-18 08:49:11 UTC (rev 34955)
@@ -346,8 +346,8 @@
             sub.prop(mat, "use_cubic")
 
 
-class MATERIAL_PT_transp_(MaterialButtonsPanel, bpy.types.Panel):
-    bl_label = "Transpa_rency"
+class MATERIAL_PT_transp(MaterialButtonsPanel, bpy.types.Panel):
+    bl_label = "Transparency"
     # bl_options = {'DEFAULT_CLOSED'}
     COMPAT_ENGINES = {'BLENDER_RENDER'}
 




More information about the Bf-blender-cvs mailing list