[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [42260] trunk/blender/release/scripts/ startup/bl_ui/space_clip.py: Fixed wrong operator usage in clip editor' s reconstruction menu

Sergey Sharybin sergey.vfx at gmail.com
Tue Nov 29 18:26:58 CET 2011


Revision: 42260
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=42260
Author:   nazgul
Date:     2011-11-29 17:26:48 +0000 (Tue, 29 Nov 2011)
Log Message:
-----------
Fixed wrong operator usage in clip editor's reconstruction menu

Modified Paths:
--------------
    trunk/blender/release/scripts/startup/bl_ui/space_clip.py

Modified: trunk/blender/release/scripts/startup/bl_ui/space_clip.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_ui/space_clip.py	2011-11-29 15:46:33 UTC (rev 42259)
+++ trunk/blender/release/scripts/startup/bl_ui/space_clip.py	2011-11-29 17:26:48 UTC (rev 42260)
@@ -814,7 +814,7 @@
         layout.separator()
 
         layout.operator("clip.track_to_empty")
-        layout.operator("clip.tracks_to_mesh")
+        layout.operator("clip.bundles_to_mesh")
 
 
 class CLIP_MT_track_visibility(Menu):




More information about the Bf-blender-cvs mailing list