[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [34398] trunk/blender/release/scripts/ui/ space_nla.py: NLA Editor: Added "Sync Action Length" operator to Edit menu

Joshua Leung aligorith at gmail.com
Wed Jan 19 11:45:36 CET 2011


Revision: 34398
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=34398
Author:   aligorith
Date:     2011-01-19 10:45:35 +0000 (Wed, 19 Jan 2011)
Log Message:
-----------
NLA Editor: Added "Sync Action Length" operator to Edit menu

Although strictly-speaking, this only applies to a certain type of NLA
Strip (there are 3 types), but since only the classic "Action Clip"
gets much attention, it's probably worth exposing this here too to
make batch editing of strips a bit easier.

Modified Paths:
--------------
    trunk/blender/release/scripts/ui/space_nla.py

Modified: trunk/blender/release/scripts/ui/space_nla.py
===================================================================
--- trunk/blender/release/scripts/ui/space_nla.py	2011-01-19 09:33:09 UTC (rev 34397)
+++ trunk/blender/release/scripts/ui/space_nla.py	2011-01-19 10:45:35 UTC (rev 34398)
@@ -137,6 +137,7 @@
         layout.separator()
         layout.operator("nla.apply_scale")
         layout.operator("nla.clear_scale")
+        layout.operator("nla.action_sync_length").active = False
 
         layout.separator()
         layout.operator("nla.swap")




More information about the Bf-blender-cvs mailing list