From 9efe12d77a60fab1215f09c6231337244df3c176 Mon Sep 17 00:00:00 2001 From: Philipp Oeser Date: Tue, 29 Oct 2019 11:33:41 +0100 Subject: Fix T71171: Problems removing texture packing (without writing anything) using image.unpack() or bpy.ops.image.unpack() If we offer this in the UI, also expose this to .unpack Maniphest Tasks: T71171 Differential Revision: https://developer.blender.org/D6152 --- source/blender/editors/space_info/info_ops.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/space_info') diff --git a/source/blender/editors/space_info/info_ops.c b/source/blender/editors/space_info/info_ops.c index 14817e9ffa1..124e3c08165 100644 --- a/source/blender/editors/space_info/info_ops.c +++ b/source/blender/editors/space_info/info_ops.c @@ -211,6 +211,7 @@ static const EnumPropertyItem unpack_all_method_items[] = { "Write files to original location (overwrite existing files)", ""}, {PF_KEEP, "KEEP", 0, "Disable Auto-pack, keep all packed files", ""}, + {PF_REMOVE, "REMOVE", 0, "Remove Pack", ""}, /* {PF_ASK, "ASK", 0, "Ask for each file", ""}, */ {0, NULL, 0, NULL, NULL}, }; -- cgit v1.2.3