re-project + gimp integration, now its easy to edit the view in the gimp and apply the projection back without manually opening and saving files.

This commit is contained in:
2010-03-06 21:47:16 +00:00
parent 782cb1f0e0
commit 3838b80cf1
4 changed files with 117 additions and 6 deletions

View File

@@ -906,10 +906,15 @@ class VIEW3D_PT_tools_projectpaint(View3DPanel):
sub = col.column()
sub.prop(ipaint, "seam_bleed")
row = col.row(align=True)
row.operator("image.project_edit", text="View Edit")
row.operator("image.project_apply", text="Apply")
sub = col.column()
col.operator("image.save_dirty", text="Save Edited")
col.operator("paint.project_image")
sub.operator("paint.project_image")
sub.operator("image.save_dirty", text="Save Edited")
class VIEW3D_MT_tools_projectpaint_clone(bpy.types.Menu):