re-project: operators for projecting from a view screenshot rather then a camera.

- new mode for projecting an image with the view matrix saved in the image id-properties rather then using the camera matrix.
 - operator to screenshot the view and create a new image with the view matrix stored in the image.

these will be used for better re-project integration and are not immediately very useful.
This commit is contained in:
2010-03-06 19:46:21 +00:00
parent c0f56503bf
commit b1a05da291
7 changed files with 213 additions and 45 deletions

View File

@@ -909,7 +909,7 @@ class VIEW3D_PT_tools_projectpaint(View3DPanel):
sub = col.column()
col.operator("image.save_dirty", text="Save Edited")
col.operator("paint.camera_project")
col.operator("paint.project_image")
class VIEW3D_MT_tools_projectpaint_clone(bpy.types.Menu):