[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [42982] branches/soc-2011-onion-uv-tools/ release/scripts/startup/bl_ui/space_view3d_toolbar.py: remove the weight export tools from the toolbar

Antony Riakiotakis kalast at gmail.com
Thu Dec 29 23:21:49 CET 2011


Revision: 42982
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=42982
Author:   psy-fi
Date:     2011-12-29 22:21:44 +0000 (Thu, 29 Dec 2011)
Log Message:
-----------
remove the weight export tools from the toolbar

Modified Paths:
--------------
    branches/soc-2011-onion-uv-tools/release/scripts/startup/bl_ui/space_view3d_toolbar.py

Modified: branches/soc-2011-onion-uv-tools/release/scripts/startup/bl_ui/space_view3d_toolbar.py
===================================================================
--- branches/soc-2011-onion-uv-tools/release/scripts/startup/bl_ui/space_view3d_toolbar.py	2011-12-29 21:53:29 UTC (rev 42981)
+++ branches/soc-2011-onion-uv-tools/release/scripts/startup/bl_ui/space_view3d_toolbar.py	2011-12-29 22:21:44 UTC (rev 42982)
@@ -1039,9 +1039,6 @@
         col.operator("object.vertex_group_clean", text="Clean")
         col.operator("object.vertex_group_levels", text="Levels")
         col.operator("object.vertex_group_fix", text="Fix Deforms")
-        col.operator("paint.weight_layers_images_from_view", text="Save Weight Projected Images")
-        col.operator("paint.weight_layers_to_uv_images", text="Save Weight UV Images")
-	#lazy stuff, but maybe not so, export size should be unified. Maybe add better description to rna?
         row = col.row(align=True)
         row.prop(ipaint, "screen_grab_size", text="")
 




More information about the Bf-blender-cvs mailing list