[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [42457] trunk/blender/release/scripts/ startup/bl_ui/space_clip.py: Camera tracking: fixed typo in remove tracking preset button

Sergey Sharybin sergey.vfx at gmail.com
Tue Dec 6 10:23:46 CET 2011


Revision: 42457
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=42457
Author:   nazgul
Date:     2011-12-06 09:23:35 +0000 (Tue, 06 Dec 2011)
Log Message:
-----------
Camera tracking: fixed typo in remove tracking preset button

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-12-06 08:36:33 UTC (rev 42456)
+++ trunk/blender/release/scripts/startup/bl_ui/space_clip.py	2011-12-06 09:23:35 UTC (rev 42457)
@@ -114,7 +114,7 @@
             row.menu('CLIP_MT_tracking_settings_presets', text=label)
             row.operator("clip.tracking_settings_preset_add",
                          text="", icon='ZOOMIN')
-            props = row.operator("clip.track_color_preset_add",
+            props = row.operator("clip.tracking_settings_preset_add",
                                  text="", icon='ZOOMOUT')
             props.remove_active = True
 




More information about the Bf-blender-cvs mailing list