[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [1244] trunk/py/scripts/addons/ space_view3d_property_chart.py: == Property chart ==

Luca Bonavita mindrones at gmail.com
Tue Dec 7 17:17:26 CET 2010


Revision: 1244
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=1244
Author:   mindrones
Date:     2010-12-07 17:17:26 +0100 (Tue, 07 Dec 2010)

Log Message:
-----------
== Property chart ==

Moving to category System, after seeing the video from Colin Levy it's clear this is usable in many places, didn't know about it!
http://www.colinlevy.com/tuts/blendertips/09-seq_colorbalance_chartaddon_sm.mov

Looking at the code seems like this addon could be expanded to more spaces than 3dview and sequencer...

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

Modified: trunk/py/scripts/addons/space_view3d_property_chart.py
===================================================================
--- trunk/py/scripts/addons/space_view3d_property_chart.py	2010-12-06 22:36:53 UTC (rev 1243)
+++ trunk/py/scripts/addons/space_view3d_property_chart.py	2010-12-07 16:17:26 UTC (rev 1244)
@@ -21,17 +21,17 @@
 bl_addon_info = {
     "name": "Object Property Chart",
     "author": "Campbell Barton (ideasman42)",
-    "version": (0,1),
+    "version": (0, 1),
     "blender": (2, 5, 3),
     "api": 32411,
     "location": "Tool Shelf",
     "description": "Edit arbitrary selected properties for objects of the same type",
     "warning": "",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
-        "Scripts/3D interaction/Object Property Chart",
+        "Scripts/System/Object Property Chart",
     "tracker_url": "https://projects.blender.org/tracker/index.php?"\
         "func=detail&aid=22701&group_id=153&atid=469",
-    "category": "3D View"}
+    "category": "System"}
 
 """List properties of selected objects"""
 




More information about the Bf-extensions-cvs mailing list