Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-03-05 21:19:32 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-03-05 21:19:32 +0300
commit94d5b31b9d33ec51c7b05bb57b2166df2919eaa9 (patch)
treeed1d44ae156ddd4baab5fb5478b2eb60f869c1a2 /source/blender/editors/sculpt_paint/paint_intern.h
parentd0c70ad1d581d69f650d604293c006b2e0023310 (diff)
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.
Diffstat (limited to 'source/blender/editors/sculpt_paint/paint_intern.h')
-rw-r--r--source/blender/editors/sculpt_paint/paint_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_intern.h b/source/blender/editors/sculpt_paint/paint_intern.h
index b9b604480ec..1b4cf98626b 100644
--- a/source/blender/editors/sculpt_paint/paint_intern.h
+++ b/source/blender/editors/sculpt_paint/paint_intern.h
@@ -93,6 +93,7 @@ void PAINT_OT_sample_color(struct wmOperatorType *ot);
void PAINT_OT_clone_cursor_set(struct wmOperatorType *ot);
void PAINT_OT_texture_paint_toggle(struct wmOperatorType *ot);
void PAINT_OT_texture_paint_radial_control(struct wmOperatorType *ot);
+void PAINT_OT_camera_project(struct wmOperatorType *ot);
/* paint_utils.c */
int imapaint_pick_face(struct ViewContext *vc, struct Mesh *me, int *mval, unsigned int *index);