Commit: 733b5b8c666b1f18a49df687b396d251c73481e9
Author: Luca Rood
Date:   Tue Feb 14 16:41:53 2017 -0200
Branches: surface-deform-modifier
https://developer.blender.org/rB733b5b8c666b1f18a49df687b396d251c73481e9

Remove unused `weight_components`

===================================================================

M       source/blender/modifiers/intern/MOD_surfacedeform.c

===================================================================

diff --git a/source/blender/modifiers/intern/MOD_surfacedeform.c 
b/source/blender/modifiers/intern/MOD_surfacedeform.c
index 957b900e70..d9ed1e0ec1 100644
--- a/source/blender/modifiers/intern/MOD_surfacedeform.c
+++ b/source/blender/modifiers/intern/MOD_surfacedeform.c
@@ -50,7 +50,6 @@ typedef struct SDefBindPoly {
        float (*coords)[3];
        float (*coords_v2)[2];
        float point_v2[2];
-       float weight_components[3]; /* indices: 0 = angular weight; 1 = 
projected point weight; 2 = actual point weights; */
        float weight_angular;
        float weight_dist_proj;
        float weight_dist;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to