[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [808] branches/ivygen/ivy_test.py: temporarily commented out computeCollision until it is stabilized

Florian Meyer florianfelix at web.de
Sun Jul 18 03:12:41 CEST 2010


Revision: 808
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=808
Author:   testscreenings
Date:     2010-07-18 03:12:39 +0200 (Sun, 18 Jul 2010)

Log Message:
-----------
temporarily commented out computeCollision until it is stabilized

Modified Paths:
--------------
    branches/ivygen/ivy_test.py

Modified: branches/ivygen/ivy_test.py
===================================================================
--- branches/ivygen/ivy_test.py	2010-07-17 03:32:05 UTC (rev 807)
+++ branches/ivygen/ivy_test.py	2010-07-18 01:12:39 UTC (rev 808)
@@ -56,7 +56,7 @@
 
 class Ivy():
 
-    obj = None
+    # obj = None
 
     def __init__(self, obj):
         self.obj = obj
@@ -99,7 +99,7 @@
                             primaryVector * props.ivyPrimaryWeight)   #
 
         #do the collisiondetection
-        computeCollision(obj=self.obj, old_pos=self.ivy_Roots[-1].position, new_pos=tmpRoot.position, tmpRoot=tmpRoot)
+        #computeCollision(obj=self.obj, old_pos=self.ivy_Roots[-1].position, new_pos=tmpRoot.position, tmpRoot=tmpRoot)
 
         # add to the chainNumber
         if tmpRoot.chainNumber == 0 or tmpRoot.chainNumber == self.ivy_Roots[-1].chainNumber:




More information about the Bf-extensions-cvs mailing list