[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [2547] branches/geodesic_domes/ geodesic_259.py: activation buttons are now too in the TOOLS shelf

Peter K.H. Gragert pkhgragert at gmail.com
Sat Oct 29 14:37:26 CEST 2011


Revision: 2547
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=2547
Author:   pkhg
Date:     2011-10-29 12:37:25 +0000 (Sat, 29 Oct 2011)
Log Message:
-----------
activation buttons are now too in the TOOLS shelf

Modified Paths:
--------------
    branches/geodesic_domes/geodesic_259.py

Modified: branches/geodesic_domes/geodesic_259.py
===================================================================
--- branches/geodesic_domes/geodesic_259.py	2011-10-29 09:40:40 UTC (rev 2546)
+++ branches/geodesic_domes/geodesic_259.py	2011-10-29 12:37:25 UTC (rev 2547)
@@ -500,7 +500,7 @@
 class Geodesic_UI_menu(bpy.types.Panel):
     """show in the UI"""
     bl_label = "Make a choice"
-    bl_region_type = "UI"
+    bl_region_type = "TOOLS"
     bl_space_type = "VIEW_3D"
 
     def draw(self,context):



More information about the Bf-extensions-cvs mailing list