Revision: 39589
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39589
Author:   elubie
Date:     2011-08-21 18:57:33 +0000 (Sun, 21 Aug 2011)
Log Message:
-----------
* fix: added back 'generate seam' button in toolbar, this got lost in a 
previous commit.

Modified Paths:
--------------
    
branches/soc-2011-avocado/blender/release/scripts/startup/bl_ui/space_view3d_toolbar.py

Modified: 
branches/soc-2011-avocado/blender/release/scripts/startup/bl_ui/space_view3d_toolbar.py
===================================================================
--- 
branches/soc-2011-avocado/blender/release/scripts/startup/bl_ui/space_view3d_toolbar.py
     2011-08-21 18:48:02 UTC (rev 39588)
+++ 
branches/soc-2011-avocado/blender/release/scripts/startup/bl_ui/space_view3d_toolbar.py
     2011-08-21 18:57:33 UTC (rev 39589)
@@ -161,6 +161,7 @@
         col.operator("wm.call_menu", text="Unwrap").name = "VIEW3D_MT_uv_map"
         col.operator("mesh.mark_seam")
         col.operator("mesh.mark_seam", text="Clear Seam").clear = True
+        col.operator("mesh.generate_seam")
 
         col = layout.column(align=True)
         col.label(text="Shading:")

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to