[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [564] trunk/py/scripts/addons/fracture/ __init__.py: * Rename the "Add" submenu to "Fracture Helper Objects"

Martin Buerbaum martin.buerbaum at gmx.at
Tue Apr 13 15:00:30 CEST 2010


Revision: 564
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=564
Author:   pontiac
Date:     2010-04-13 15:00:30 +0200 (Tue, 13 Apr 2010)

Log Message:
-----------
* Rename the "Add" submenu to "Fracture Helper Objects"

Modified Paths:
--------------
    trunk/py/scripts/addons/fracture/__init__.py

Modified: trunk/py/scripts/addons/fracture/__init__.py
===================================================================
--- trunk/py/scripts/addons/fracture/__init__.py	2010-04-13 12:57:44 UTC (rev 563)
+++ trunk/py/scripts/addons/fracture/__init__.py	2010-04-13 13:00:30 UTC (rev 564)
@@ -21,8 +21,8 @@
     'author': 'pildanovak',
     'version': '2.0',
     'blender': (2, 5, 3),
-    'location': 'Fracture tools (Search > Fracture Object,' \
-        ' Add Bomb, Rigidbody Recorder)',
+    'location': 'Fracture tools (Search > Fracture Object & ,' \
+        'Add -> Fracture Helper Objects',
     'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/',
     'category': 'Object'}
 
@@ -32,7 +32,7 @@
 
 class INFO_MT_add_fracture_objects(bpy.types.Menu):
     bl_idname = "INFO_MT_add_fracture_objects"
-    bl_label = "Fracture Objects"
+    bl_label = "Fracture Helper Objects"
 
     def draw(self, context):
         layout = self.layout




More information about the Bf-extensions-cvs mailing list