Blender Git Loki
Git Commits -> Revision 94d5b31
Revision 94d5b31 by Campbell Barton (master) March 5, 2010, 18:19 (GMT) |
reproject operator, use to reproject edited renders back into textures. - uses project paint options (UV bleed, normals, culling) - bicubic interolation from the image - multithraded TODO. project into multiple objects at once. |
Commit Details:
Full Hash: 94d5b31b9d33ec51c7b05bb57b2166df2919eaa9
SVN Revision: 27282
Parent Commit: d0c70ad
Lines Changed: +295, -104
7 Modified Paths:
/release/scripts/ui/space_view3d.py (+0, -4) (Diff)
/release/scripts/ui/space_view3d_toolbar.py (+4, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+284, -100) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+1, -0) (Diff)
/source/blender/makesrna/RNA_enum_types.h (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+4, -0) (Diff)
/release/scripts/ui/space_view3d_toolbar.py (+4, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+284, -100) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+1, -0) (Diff)
/source/blender/makesrna/RNA_enum_types.h (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+4, -0) (Diff)