--- /home/kesten/VCP/Bazaar/blender/blender-svn/build-debug/bin/2.63/scripts/startup/bl_ui/space_view3d_toolbar.py +++ /home/kesten/VCP/Bazaar/blender/features-branch/build-debug/bin/2.63/scripts/startup/bl_ui/space_view3d_toolbar.py @@ -966,6 +966,7 @@ col.operator("object.vertex_group_levels", text="Levels") col.operator("object.vertex_group_blend", text="Blend") col.operator("object.vertex_group_fix", text="Fix Deforms") + col.operator("object.vertex_group_cull_num_weights", text="Limit Number of Weights") class VIEW3D_PT_tools_weightpaint_options(Panel, View3DPaintPanel): @@ -991,7 +992,7 @@ col.prop(mesh, "use_mirror_topology") col.prop(wpaint, "input_samples") - + self.unified_paint_settings(col, context) # Commented out because the Apply button isn't an operator yet, making these settings useless