edits to radish before merge with trunk

- removed some unused functions.
- renamed vars to make more sense paint_vertex.c 'flags' --> 'lock_flags'
- some odd modifications were made in unrealted, commented code, copy these back from trunk.
- rename vertex_group_fix 'cp' property to 'accuracy'
- make style more consistant with trunk.
- remove 'Radish' comments.
This commit is contained in:
Campbell Barton
2011-09-19 02:43:03 +00:00
parent 73863a1da5
commit a89b253aa6
19 changed files with 140 additions and 171 deletions

View File

@@ -1072,7 +1072,6 @@ class VIEW3D_MT_paint_weight(Menu):
layout.operator("object.vertex_group_invert", text="Invert")
layout.operator("object.vertex_group_clean", text="Clean")
layout.operator("object.vertex_group_levels", text="Levels")
# Radish
layout.operator("object.vertex_group_fix", text="Fix Deforms")
layout.separator()

View File

@@ -646,7 +646,6 @@ class VIEW3D_PT_tools_brush(PaintPanel, Panel):
elif context.weight_paint_object and brush:
layout.prop(context.tool_settings, "vertex_group_weight", text="Weight", slider=True)
layout.prop(context.tool_settings, "use_auto_normalize", text="Auto Normalize")
# Radish
layout.prop(context.tool_settings, "use_multipaint", text="Multi-Paint")
col = layout.column()