[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [40966] branches/soc-2011-tomato/release/ scripts/startup/bl_ui/space_clip.py: Camera tracking integration

Sergey Sharybin g.ulairi at gmail.com
Wed Oct 12 18:33:46 CEST 2011


Revision: 40966
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=40966
Author:   nazgul
Date:     2011-10-12 16:33:46 +0000 (Wed, 12 Oct 2011)
Log Message:
-----------
Camera tracking integration
===========================

Fixed typo in clip panel

Modified Paths:
--------------
    branches/soc-2011-tomato/release/scripts/startup/bl_ui/space_clip.py

Modified: branches/soc-2011-tomato/release/scripts/startup/bl_ui/space_clip.py
===================================================================
--- branches/soc-2011-tomato/release/scripts/startup/bl_ui/space_clip.py	2011-10-12 16:28:42 UTC (rev 40965)
+++ branches/soc-2011-tomato/release/scripts/startup/bl_ui/space_clip.py	2011-10-12 16:33:46 UTC (rev 40966)
@@ -622,7 +622,7 @@
 class CLIP_PT_tools_clip(Panel):
     bl_space_type = 'CLIP_EDITOR'
     bl_region_type = 'TOOLS'
-    bl_label = "CLip"
+    bl_label = "Clip"
 
     def draw(self, context):
         layout = self.layout




More information about the Bf-blender-cvs mailing list