Sophie

Sophie

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

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