Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-09-14 06:04:26 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-14 06:04:26 +0400
commit98961c9f192125c3d87ea3b2ae1bfca212d5d33c (patch)
tree8184c859564c51302142093ebbebc65d10adb435 /release
parentc3a718702fb15a3517e5c54c92af032b21fc5d86 (diff)
initial cleanup for weight paint branch
- move get_selected_defgroups & count_selected_defgroups into blenkernel - split calc_weightpaint_vert_color() logic so its more obvious whats default and multipaint behavior
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/properties_data_mesh.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_ui/properties_data_mesh.py b/release/scripts/startup/bl_ui/properties_data_mesh.py
index 7503959480b..ae3a27a776f 100644
--- a/release/scripts/startup/bl_ui/properties_data_mesh.py
+++ b/release/scripts/startup/bl_ui/properties_data_mesh.py
@@ -135,8 +135,7 @@ class DATA_PT_vertex_groups(MeshButtonsPanel, Panel):
ob = context.object
group = ob.vertex_groups.active
-
-
+
rows = 2
if group:
rows = 5