[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [1188] trunk/py/scripts/addons/ animation_rotobezier.py: Ugh forgot to update the location..

Daniel Salazar zanqdo at gmail.com
Mon Nov 22 23:56:11 CET 2010


Revision: 1188
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=1188
Author:   zanqdo
Date:     2010-11-22 23:56:11 +0100 (Mon, 22 Nov 2010)

Log Message:
-----------
Ugh forgot to update the location..

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

Modified: trunk/py/scripts/addons/animation_rotobezier.py
===================================================================
--- trunk/py/scripts/addons/animation_rotobezier.py	2010-11-22 19:51:19 UTC (rev 1187)
+++ trunk/py/scripts/addons/animation_rotobezier.py	2010-11-22 22:56:11 UTC (rev 1188)
@@ -26,7 +26,7 @@
 Rev 0.3 tool to clear all animation from the curve
 Rev 0.4 moved from curve properties to toolbar
 Rev 0.5 added pass index property
-Rev 0.6 re-aranged UI
+Rev 0.6 re-arranged UI
 -------------------------------------------------------------------------'''
 
 bl_addon_info = {
@@ -35,7 +35,7 @@
     'version': (0,6),
     'blender': (2, 5, 5),
     'api': 33232,
-    'location': 'Select a Curve > Properties > Curve > RotoBezier',
+    'location': 'Select a Curve > 3D View Toolbar > RotoBezier',
     'description': 'Allows animation of bezier curves for rotoscoping',
     'warning': '', 
     'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Animation/RotoBezier',




More information about the Bf-extensions-cvs mailing list