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:
authorHimanshi Kalra <himanshikalra98@gmail.com>2020-12-17 15:06:26 +0300
committerHimanshi Kalra <himanshikalra98@gmail.com>2020-12-17 15:06:26 +0300
commit167eace0e73bef77cf362af04f1f0dd47c492a92 (patch)
tree715217755512456fab8dfa8e38f63d5065a1ccc1 /release/scripts/startup/bl_ui/space_view3d_toolbar.py
parentf066bf923c234f52a6159d51f4978bf1072edaf1 (diff)
parentcf2ebaf27c78b3f8f79d9d014ca2261228f87e70 (diff)
Merge branch 'master' into soc-2020-testing-frameworks
Diffstat (limited to 'release/scripts/startup/bl_ui/space_view3d_toolbar.py')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d_toolbar.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
index 293d55a6015..577f9678a62 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -966,6 +966,7 @@ class VIEW3D_PT_tools_weightpaint_symmetry(Panel, View3DPaintPanel):
row.active = mesh.use_mirror_vertex_group_x
row.prop(mesh, "use_mirror_topology")
+
class VIEW3D_PT_tools_weightpaint_symmetry_for_topbar(Panel):
bl_space_type = 'TOPBAR'
bl_region_type = 'HEADER'