Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-05-29 23:59:47 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-05-29 23:59:47 +0400
commit4233fb81f1f8757e1ae41fca299441351816d1b6 (patch)
tree2236b21d8b278ec50ff37db6f02285a16b8ca42a /system_property_chart.py
parent57f50365ec2e8532616174d282621010b21737f0 (diff)
rename addon since it can be used with sequence strips.
Diffstat (limited to 'system_property_chart.py')
-rw-r--r--system_property_chart.py13
1 files changed, 7 insertions, 6 deletions
diff --git a/system_property_chart.py b/system_property_chart.py
index 87855d3f..4ed28905 100644
--- a/system_property_chart.py
+++ b/system_property_chart.py
@@ -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"""