[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [800] branches/ivygen: added an external functions file

Florian Meyer florianfelix at web.de
Fri Jul 16 21:11:16 CEST 2010


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

Log Message:
-----------
added an external functions file

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

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

Added: branches/ivygen/ivy_functions.py
===================================================================
--- branches/ivygen/ivy_functions.py	                        (rev 0)
+++ branches/ivygen/ivy_functions.py	2010-07-16 19:11:16 UTC (rev 800)
@@ -0,0 +1,2 @@
+def printsomething(): #just abs test if it works
+    print("something")
\ No newline at end of file

Modified: branches/ivygen/ivy_test.py
===================================================================
--- branches/ivygen/ivy_test.py	2010-07-16 17:30:30 UTC (rev 799)
+++ branches/ivygen/ivy_test.py	2010-07-16 19:11:16 UTC (rev 800)
@@ -2,6 +2,7 @@
 from bpy.props import *
 import mathutils
 import random
+from ivy_functions import *
 
 def createIvy(context, IVY):
     last = None




More information about the Bf-extensions-cvs mailing list