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:
Diffstat (limited to 'source/blender/include/BDR_vpaint.h')
-rw-r--r--source/blender/include/BDR_vpaint.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/blender/include/BDR_vpaint.h b/source/blender/include/BDR_vpaint.h
index 36189b3e367..b54af0fbe6d 100644
--- a/source/blender/include/BDR_vpaint.h
+++ b/source/blender/include/BDR_vpaint.h
@@ -48,12 +48,14 @@ void sample_vpaint(void);
void init_vertexpaint(void);
void free_vertexpaint(void);
void vertex_paint(void);
-void set_vpaint(void);
-void set_wpaint(void);
+void set_vpaint(void);
+void set_wpaint(void);
void weight_paint(void);
void wpaint_undo (void);
void copy_wpaint_undo (struct MDeformVert *dverts, int dcount);
+void weight_to_rgb(float input, float *fr, float *fg, float *fb);
+
#endif /* BDR_VPAINT_H */