revert own commit r34706 (fix for [#25801]), this causes bug [#25801].

checking on this code further it still isn't working correctly, will commit other changes next.
This commit is contained in:
Campbell Barton
2012-11-05 04:38:58 +00:00
parent 82a8556f90
commit e894549e5e

View File

@@ -375,7 +375,7 @@ static void shrinkwrap_calc_normal_projection(ShrinkwrapCalcData *calc)
} }
/* Project over negative direction of axis */ /* Project over negative direction of axis */
if (use_normal & MOD_SHRINKWRAP_PROJECT_ALLOW_NEG_DIR && hit.index == -1) { if (use_normal & MOD_SHRINKWRAP_PROJECT_ALLOW_NEG_DIR) {
float inv_no[3]; float inv_no[3];
negate_v3_v3(inv_no, tmp_no); negate_v3_v3(inv_no, tmp_no);