[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [830] branches/ivygen/ivy_functions.py: - one small typo

Florian Meyer florianfelix at web.de
Wed Jul 21 11:32:10 CEST 2010


Revision: 830
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=830
Author:   testscreenings
Date:     2010-07-21 11:32:09 +0200 (Wed, 21 Jul 2010)

Log Message:
-----------
- one small typo

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

Modified: branches/ivygen/ivy_functions.py
===================================================================
--- branches/ivygen/ivy_functions.py	2010-07-21 09:31:32 UTC (rev 829)
+++ branches/ivygen/ivy_functions.py	2010-07-21 09:32:09 UTC (rev 830)
@@ -171,7 +171,7 @@
         distance = referenceVector.dot(n)
         distances[distance] = i
 
-    distances, index = sortDict(distances)
+    distance, index = sortDict(distances)
 
     return distance, index
 




More information about the Bf-extensions-cvs mailing list