[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [4552] trunk/py/scripts/addons/ system_property_chart.py: rename addon since it can be used with sequence strips.

Campbell Barton ideasman42 at gmail.com
Wed May 29 21:59:48 CEST 2013


Revision: 4552
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=4552
Author:   campbellbarton
Date:     2013-05-29 19:59:47 +0000 (Wed, 29 May 2013)
Log Message:
-----------
rename addon since it can be used with sequence strips.

Modified Paths:
--------------
    trunk/py/scripts/addons/system_property_chart.py

Modified: trunk/py/scripts/addons/system_property_chart.py
===================================================================
--- trunk/py/scripts/addons/system_property_chart.py	2013-05-29 16:28:37 UTC (rev 4551)
+++ trunk/py/scripts/addons/system_property_chart.py	2013-05-29 19:59:47 UTC (rev 4552)
@@ -19,17 +19,18 @@
 # <pep8 compliant>
 
 bl_info = {
-    "name": "Object Property Chart",
+    "name": "Property Chart",
     "author": "Campbell Barton (ideasman42)",
     "version": (0, 1),
     "blender": (2, 57, 0),
     "location": "Tool Shelf",
-    "description": "Edit arbitrary selected properties for objects of the same type",
+    "description": ("Edit arbitrary selected properties for "
+                    "objects/sequence strips of the same type"),
     "warning": "",
-    "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
-        "Scripts/System/Object Property Chart",
-    "tracker_url": "https://projects.blender.org/tracker/index.php?"\
-        "func=detail&aid=22701",
+    "wiki_url": ("http://wiki.blender.org/index.php/Extensions:2.6/Py/"
+                 "Scripts/System/Object Property Chart"),
+    "tracker_url": ("https://projects.blender.org/tracker/index.php?"
+                    "func=detail&aid=22701"),
     "category": "System"}
 
 """List properties of selected objects"""



More information about the Bf-extensions-cvs mailing list