[Bf-blender-cvs] [c69d75e8805] master: GPencil: Fix typo error in previous commit

Antonio Vazquez noreply at git.blender.org
Mon Aug 26 21:04:10 CEST 2019


Commit: c69d75e880575576c24fd6cd8fb03632227a5574
Author: Antonio Vazquez
Date:   Mon Aug 26 21:04:04 2019 +0200
Branches: master
https://developer.blender.org/rBc69d75e880575576c24fd6cd8fb03632227a5574

GPencil: Fix typo error in previous commit

===================================================================

M	release/scripts/startup/bl_ui/space_view3d.py

===================================================================

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:



More information about the Bf-blender-cvs mailing list