From b43f66bcb6cc918ce4c92d493bab63c87d2d6ba9 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 15 May 2017 17:56:22 +1000 Subject: Add show-weights to edit-mode UI --- release/scripts/startup/bl_ui/properties_collection.py | 1 + 1 file changed, 1 insertion(+) (limited to '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): -- cgit v1.2.3