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>2010-04-21 23:14:20 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-04-21 23:14:20 +0400
commit1132d0774d15e61e2f9c420956e2951778438076 (patch)
tree08345f9e2cd9d7651afdaf0799d4e3e21e7c3177 /release
parent981c36df0db01fc0e8932fb301d08184656a2af3 (diff)
Save a Copy, (operator option for save as),
Too many times we have images in blend files that are just saved renders.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/ui/space_image.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/ui/space_image.py b/release/scripts/ui/space_image.py
index e66dfa51581..7f595207f53 100644
--- a/release/scripts/ui/space_image.py
+++ b/release/scripts/ui/space_image.py
@@ -111,6 +111,7 @@ class IMAGE_MT_image(bpy.types.Menu):
layout.operator("image.save")
layout.operator("image.save_as")
+ layout.operator("image.save_as", text="Save a Copy").copy = True
if ima.source == 'SEQUENCE':
layout.operator("image.save_sequence")