Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 2266126927cb5f5657880b7ea2027595 > files > 12

blender-2.47-2.1mdv2009.0.src.rpm

--- blender-2.45/release/scripts/import_dxf.py.34942	2007-11-01 12:11:55.000000000 +0100
+++ blender-2.45/release/scripts/import_dxf.py	2007-11-01 12:12:13.000000000 +0100
@@ -201,7 +201,7 @@
 	import os
 	if os.name:# != 'mac':
 		import psyco
-		psyco.log()
+		psyco.log(Blender.Get('tempdir')+"/blender.log-psyco")
 		psyco.full(memory=100)
 		psyco.profile(0.05, memory=100)
 		psyco.profile(0.2)