[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [797] branches/ivygen/ivy_class.py: comment everything out, is just notes, no code

Florian Meyer florianfelix at web.de
Fri Jul 16 19:12:19 CEST 2010


Revision: 797
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=797
Author:   testscreenings
Date:     2010-07-16 19:12:19 +0200 (Fri, 16 Jul 2010)

Log Message:
-----------
comment everything out, is just notes, no code

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

Modified: branches/ivygen/ivy_class.py
===================================================================
--- branches/ivygen/ivy_class.py	2010-07-16 11:44:17 UTC (rev 796)
+++ branches/ivygen/ivy_class.py	2010-07-16 17:12:19 UTC (rev 797)
@@ -1,5 +1,3 @@
-import bpy
-import mathutils
 
 
 
@@ -26,10 +24,11 @@
 
 
 
+'''
 
 
 class IvyNode():
-    '''Ivy Node baseclass'''
+    ''''''
     
     #location of Node
     position = mathutils.Vector(())
@@ -40,9 +39,9 @@
     #adhesion vector as a result from other scene objects
     adhesionVector = mathutils.Vector(())
     
-    '''a smoothed adhesion vector computed and used during the birth phase,
+    a smoothed adhesion vector computed and used during the birth phase,
 	   since the ivy leaves are align by the adhesion vector, this smoothed vector
-	   allows for smooth transitions of leaf alignment'''
+	   allows for smooth transitions of leaf alignment
     smoothAdhesionVector = mathutils.Vector(())
     
     #length of the associated ivy branch at this node
@@ -169,7 +168,4 @@
 
 
 
-
-
-
-class 
\ No newline at end of file
+'''
\ No newline at end of file




More information about the Bf-extensions-cvs mailing list