[Bf-blender-cvs] [424dc8ed2b6] greasepencil-object: GPencil: More code cleanup of unused code

Antonio Vazquez noreply at git.blender.org
Sun Sep 20 15:33:19 CEST 2020


Commit: 424dc8ed2b6abf17d69af7ba45aaabde69d68ef7
Author: Antonio Vazquez
Date:   Fri Sep 18 19:36:09 2020 +0200
Branches: greasepencil-object
https://developer.blender.org/rB424dc8ed2b6abf17d69af7ba45aaabde69d68ef7

GPencil: More code cleanup of unused code

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

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

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

diff --git a/release/scripts/startup/bl_ui/space_image.py b/release/scripts/startup/bl_ui/space_image.py
index 26a9ca4ecab..2519b5a2f40 100644
--- a/release/scripts/startup/bl_ui/space_image.py
+++ b/release/scripts/startup/bl_ui/space_image.py
@@ -249,7 +249,6 @@ class IMAGE_MT_image(Menu):
             layout.separator()
             layout.operator("palette.extract_from_image", text="Extract Palette")
             layout.operator("gpencil.image_to_grease_pencil", text="Generate Grease Pencil")
-            layout.operator("gpencil.trace", text="Trace Image to Grease Pencil...")
 
 
 class IMAGE_MT_image_invert(Menu):



More information about the Bf-blender-cvs mailing list