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:
authorCampbell Barton <ideasman42@gmail.com>2012-01-13 10:58:15 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-01-13 10:58:15 +0400
commitcb499c57ec84e9d8806020b9210f4fb41f7e7e69 (patch)
tree001469ffd8a3439b3dbf1e02101c034cc195a970 /release/scripts
parent264e132cfa8c81610b11b3c031c6ddecd6016f36 (diff)
rename 'MultiLayer' to 'OpenEXR MultiLayer'
Diffstat (limited to 'release/scripts')
-rw-r--r--release/scripts/startup/bl_ui/space_image.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_image.py b/release/scripts/startup/bl_ui/space_image.py
index 4ccdef747ce..ed914192a03 100644
--- a/release/scripts/startup/bl_ui/space_image.py
+++ b/release/scripts/startup/bl_ui/space_image.py
@@ -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()