[Bf-blender-cvs] [b43f66bcb6c] blender2.8: Add show-weights to edit-mode UI

Campbell Barton noreply at git.blender.org
Mon May 15 09:54:37 CEST 2017


Commit: b43f66bcb6cc918ce4c92d493bab63c87d2d6ba9
Author: Campbell Barton
Date:   Mon May 15 17:56:22 2017 +1000
Branches: blender2.8
https://developer.blender.org/rBb43f66bcb6cc918ce4c92d493bab63c87d2d6ba9

Add show-weights to edit-mode UI

===================================================================

M	release/scripts/startup/bl_ui/properties_collection.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/properties_collection.py b/release/scripts/startup/bl_ui/properties_collection.py
index 4e545778162..5ce180f6be7 100644
--- a/release/scripts/startup/bl_ui/properties_collection.py
+++ b/release/scripts/startup/bl_ui/properties_collection.py
@@ -120,6 +120,7 @@ class COLLECTION_PT_edit_mode_settings(CollectionButtonsPanel, Panel):
         col.template_override_property(collection_props, scene_props, "vert_normals_show")
         col.template_override_property(collection_props, scene_props, "loop_normals_show")
         col.template_override_property(collection_props, scene_props, "normals_length")
+        col.template_override_property(collection_props, scene_props, "show_weight")
 
 
 class COLLECTION_PT_paint_weight_mode_settings(CollectionButtonsPanel, Panel):




More information about the Bf-blender-cvs mailing list