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:
authorAntonio Vazquez <blendergit@gmail.com>2019-08-26 22:04:04 +0300
committerAntonio Vazquez <blendergit@gmail.com>2019-08-26 22:04:04 +0300
commitc69d75e880575576c24fd6cd8fb03632227a5574 (patch)
tree6181c9da326f4cf1857c7c0cd5cd3b80bfd99920 /release
parente148873f3f73f7499a022615336bad47d959774b (diff)
GPencil: Fix typo error in previous commit
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index 694acbf145c..20d3e83bf79 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -6340,7 +6340,7 @@ class VIEW3D_MT_gpencil_edit_context_menu(Menu):
col.operator("gpencil.delete", text="Delete Points").type = 'POINTS'
col.operator("gpencil.dissolve", text="Dissolve Points").type = 'POINTS'
col.operator("gpencil.dissolve", text="Dissolve Between").type = 'BETWEEN'
- col.operator("gpencil.dissolve", text="Dissolve Unselected").type = 'UNSELECTED'
+ col.operator("gpencil.dissolve", text="Dissolve Unselected").type = 'UNSELECT'
if is_stroke_mode: