rename 'MultiLayer' to 'OpenEXR MultiLayer'

This commit is contained in:
2012-01-13 06:58:15 +00:00
parent 264e132cfa
commit cb499c57ec
2 changed files with 2 additions and 2 deletions

View File

@@ -143,7 +143,7 @@ class IMAGE_MT_image(Menu):
# only for dirty && specific image types, perhaps
# this could be done in operator poll too
if ima.is_dirty:
if ima.source in {'FILE', 'GENERATED'} and ima.type != 'MULTILAYER':
if ima.source in {'FILE', 'GENERATED'} and ima.type != 'OPEN_EXR_MULTILAYER':
layout.operator("image.pack", text="Pack As PNG").as_png = True
layout.separator()