[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [42467] branches/soc-2011-tomato/release/ scripts/startup/bl_ui/space_clip.py: Make distortion panel be a bit more obvious label

Sergey Sharybin sergey.vfx at gmail.com
Tue Dec 6 19:39:20 CET 2011


Revision: 42467
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=42467
Author:   nazgul
Date:     2011-12-06 18:39:16 +0000 (Tue, 06 Dec 2011)
Log Message:
-----------
Make distortion panel be a bit more obvious label

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-12-06 16:04:45 UTC (rev 42466)
+++ branches/soc-2011-tomato/release/scripts/startup/bl_ui/space_clip.py	2011-12-06 18:39:16 UTC (rev 42467)
@@ -474,7 +474,7 @@
         col.operator("clip.set_center_principal", text="Center")
 
         col = layout.column(align=True)
-        col.label(text="Undistortion:")
+        col.label(text="Lens Distortion:")
         col.prop(clip.tracking.camera, "k1")
         col.prop(clip.tracking.camera, "k2")
         col.prop(clip.tracking.camera, "k3")




More information about the Bf-blender-cvs mailing list