Add show-weights to edit-mode UI

This commit is contained in:
Campbell Barton 2017-05-15 17:56:22 +10:00
parent 0d65dda147
commit b43f66bcb6

@ -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):