[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [51880] trunk/blender/source/blender/ blenkernel/intern/shrinkwrap.c: revert own commit r34706 (fix for [#25801]) , this causes bug [#25801].

Campbell Barton ideasman42 at gmail.com
Mon Nov 5 05:39:05 CET 2012


Revision: 51880
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=51880
Author:   campbellbarton
Date:     2012-11-05 04:38:58 +0000 (Mon, 05 Nov 2012)
Log Message:
-----------
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.

Revision Links:
--------------
    http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=34706

Modified Paths:
--------------
    trunk/blender/source/blender/blenkernel/intern/shrinkwrap.c

Modified: trunk/blender/source/blender/blenkernel/intern/shrinkwrap.c
===================================================================
--- trunk/blender/source/blender/blenkernel/intern/shrinkwrap.c	2012-11-05 04:19:30 UTC (rev 51879)
+++ trunk/blender/source/blender/blenkernel/intern/shrinkwrap.c	2012-11-05 04:38:58 UTC (rev 51880)
@@ -375,7 +375,7 @@
 			}
 
 			/* 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];
 				negate_v3_v3(inv_no, tmp_no);
 




More information about the Bf-blender-cvs mailing list