Merge branch 'blender-v2.93-release'

This commit is contained in:
Antonio Vazquez 2021-04-16 18:00:38 +02:00
commit 7eda4cde71
1 changed files with 2 additions and 1 deletions

View File

@ -246,11 +246,12 @@ class IMAGE_MT_image(Menu):
layout.separator()
layout.operator("image.pack", text="Pack")
if ima:
if ima and context.area.ui_type == 'IMAGE_EDITOR':
layout.separator()
layout.operator("palette.extract_from_image", text="Extract Palette")
layout.operator("gpencil.image_to_grease_pencil", text="Generate Grease Pencil")
class IMAGE_MT_image_flip(Menu):
bl_label = "Flip"