Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-updates-src > by-pkgid > 6d8e28e363a097fb9758fe8fff2f78a8 > files > 6

blender-2.49b-10.1.mga1.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)