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 <campbell@blender.org>2022-10-12 02:29:44 +0300
committerCampbell Barton <campbell@blender.org>2022-10-12 02:39:12 +0300
commit3f64b886847ac3384bd4303a5c689b486d878636 (patch)
tree3a06c3aa228cb5311e60fb57a08068213cbd4959 /release
parent984b279ef143c82d1f45cbd3e846aa15bcd47997 (diff)
Cleanup: use function style casts for C++, format & spelling
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index e8c0d4586bd..3a02492635a 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -5519,6 +5519,7 @@ class VIEW3D_MT_sculpt_face_sets_edit_pie(Menu):
op = pie.operator("sculpt.reveal_all", text='Show All')
+
class VIEW3D_MT_wpaint_vgroup_lock_pie(Menu):
bl_label = "Vertex Group Locks"