[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [37432] branches/soc-2011-onion/release/ scripts/startup/bl_ui/space_view3d_toolbar.py: changed class name from VIEW3D_PT_tools_masking to VIEW3D_PT_tools_select

Jason Wilkins Jason.A.Wilkins at gmail.com
Sun Jun 12 13:48:18 CEST 2011


Revision: 37432
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=37432
Author:   jwilkins
Date:     2011-06-12 11:48:18 +0000 (Sun, 12 Jun 2011)
Log Message:
-----------
changed class name from VIEW3D_PT_tools_masking to VIEW3D_PT_tools_select

Modified Paths:
--------------
    branches/soc-2011-onion/release/scripts/startup/bl_ui/space_view3d_toolbar.py

Modified: branches/soc-2011-onion/release/scripts/startup/bl_ui/space_view3d_toolbar.py
===================================================================
--- branches/soc-2011-onion/release/scripts/startup/bl_ui/space_view3d_toolbar.py	2011-06-12 11:14:28 UTC (rev 37431)
+++ branches/soc-2011-onion/release/scripts/startup/bl_ui/space_view3d_toolbar.py	2011-06-12 11:48:18 UTC (rev 37432)
@@ -724,7 +724,7 @@
             #row.prop(brush, "use_pressure_jitter", toggle=True, text="")
 
 
-class VIEW3D_PT_tools_masking(PaintPanel, bpy.types.Panel):
+class VIEW3D_PT_tools_select(PaintPanel, bpy.types.Panel):
     bl_label = "Select"
     bl_default_closed = False
 




More information about the Bf-blender-cvs mailing list