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>2017-05-15 10:56:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-05-15 10:56:22 +0300
commitb43f66bcb6cc918ce4c92d493bab63c87d2d6ba9 (patch)
treeb933a2bace57bea21e5033676dd57abff986ea1f /release/scripts/startup/bl_ui/properties_collection.py
parent0d65dda14706e9338c6906b8ed81fca2cb027e34 (diff)
Add show-weights to edit-mode UI
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_collection.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_collection.py1
1 files changed, 1 insertions, 0 deletions
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):