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:
authorDaniel Dunbar <daniel@zuster.org>2005-08-24 00:04:10 +0400
committerDaniel Dunbar <daniel@zuster.org>2005-08-24 00:04:10 +0400
commit7396075ef1a23d63e0659010b7d86e55f4c6ebce (patch)
tree0df9991d19ce87e423383abd9943906a97b34796 /source/blender/include/BDR_vpaint.h
parente12e2469c8e2e0f0229af5bbc611ea76238d6d34 (diff)
- add option to drawMappedFaces to draw with colors (from tface or mcol)
- convert weightpaint/vertexpaint to draw using drawMappedFaces, slightly hacky because during weightpaint mcol's get overridden in order to have them propogate through modifiers. should work fine. - add NULL check in shaded draw, prevents crash w/ dupliframe
Diffstat (limited to 'source/blender/include/BDR_vpaint.h')
-rw-r--r--source/blender/include/BDR_vpaint.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/include/BDR_vpaint.h b/source/blender/include/BDR_vpaint.h
index b54af0fbe6d..d375949c9d3 100644
--- a/source/blender/include/BDR_vpaint.h
+++ b/source/blender/include/BDR_vpaint.h
@@ -54,8 +54,6 @@ 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 */