|
@@ -3,7 +3,6 @@ import string
|
|
|
import os.path
|
|
import os.path
|
|
|
from Blender import Mathutils
|
|
from Blender import Mathutils
|
|
|
from Blender.Mathutils import *
|
|
from Blender.Mathutils import *
|
|
|
-from Numeric import *
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#===================================================================================================
|
|
#===================================================================================================
|
|
@@ -49,4 +48,4 @@ def INFO( msg ):
|
|
|
#===================================================================================================
|
|
#===================================================================================================
|
|
|
def WriteFile( filename, txt ):
|
|
def WriteFile( filename, txt ):
|
|
|
file = open( filename, "w" )
|
|
file = open( filename, "w" )
|
|
|
- file.write( txt )
|
|
|
|
|
|
|
+ file.write( txt )
|