fix [#29120] project painting error

This commit is contained in:
Campbell Barton
2011-11-01 23:01:57 +00:00
parent d7de4d28dd
commit 90a19ce578

View File

@@ -192,6 +192,8 @@ class ProjectEdit(Operator):
image_new.file_format = 'PNG'
image_new.save()
filepath_final = bpy.path.abspath(filepath_final)
try:
bpy.ops.image.external_edit(filepath=filepath_final)
except RuntimeError as re: