[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [1241] trunk/py/scripts/addons/ animation_rotobezier.py: Removing the warning about making changes to animated curves.

Daniel Salazar zanqdo at gmail.com
Mon Dec 6 18:47:36 CET 2010


Revision: 1241
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=1241
Author:   zanqdo
Date:     2010-12-06 18:47:35 +0100 (Mon, 06 Dec 2010)

Log Message:
-----------
Removing the warning about making changes to animated curves. Thanks to
nazg-gul it is stable now!

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-12-06 14:16:12 UTC (rev 1240)
+++ trunk/py/scripts/addons/animation_rotobezier.py	2010-12-06 17:47:35 UTC (rev 1241)
@@ -24,7 +24,7 @@
     'api': 33232,
     'location': 'Select a Curve: Toolbar > RotoBezier panel',
     'description': 'Allows animation of bezier curves for rotoscoping',
-    'warning': 'Currently adding new CVs to an already animated curve isn\'t safe', 
+    'warning': '',
     'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/'\
         'Scripts/Animation/RotoBezier',
     'tracker_url': 'http://projects.blender.org/tracker/index.php?'\




More information about the Bf-extensions-cvs mailing list