[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [24866] trunk/blender/release/scripts/ui/ space_view3d.py: Forgot this file.

William Reynish william at reynish.com
Tue Nov 24 16:45:45 CET 2009


Revision: 24866
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=24866
Author:   billrey
Date:     2009-11-24 16:45:45 +0100 (Tue, 24 Nov 2009)

Log Message:
-----------
Forgot this file.

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

Modified: trunk/blender/release/scripts/ui/space_view3d.py
===================================================================
--- trunk/blender/release/scripts/ui/space_view3d.py	2009-11-24 15:40:56 UTC (rev 24865)
+++ trunk/blender/release/scripts/ui/space_view3d.py	2009-11-24 15:45:45 UTC (rev 24866)
@@ -188,10 +188,10 @@
 
         layout.separator()
 
-        layout.operator("view3d.viewnumpad", text="Camera").type = 'CAMERA'
-        layout.operator("view3d.viewnumpad", text="Top").type = 'TOP'
-        layout.operator("view3d.viewnumpad", text="Front").type = 'FRONT'
-        layout.operator("view3d.viewnumpad", text="Right").type = 'RIGHT'
+        layout.operator("view3d.viewnumpad").type = 'CAMERA'
+        layout.operator("view3d.viewnumpad").type = 'TOP'
+        layout.operator("view3d.viewnumpad").type = 'FRONT'
+        layout.operator("view3d.viewnumpad").type = 'RIGHT'
 
         layout.menu("VIEW3D_MT_view_cameras", text="Cameras")
 





More information about the Bf-blender-cvs mailing list