[Bf-committers] auto threads default

Paolo Colombo info at blender3d.it
Fri Feb 22 07:11:24 CET 2008


Paolo Colombo ha scritto:
> Revision 13792 set auto threads default. This commit seams to force 
> using as threads as the number of cpus.
> 
> So with my single core cpu I can use only one thread (also if I force 
> this number disabling the auto thread button).
> 
> Before this commit I experianced better speed rendering with 2 or more 
> threads on single cpu. Now uuse always one thread.
> 
> 
> Ubuntu 7.10 x86 AND athlon XP 2600+
> 
> As always sorry for my poor english.
> 
> Jody
> 
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at blender.org
> http://lists.blender.org/mailman/listinfo/bf-committers
> 
> 

Rev 13806
Log Message:
-----------
autoThread was inverted at rendertime (forgot to change)
+		if ((rd->mode & R_FIXED_THREADS)==0 || commandline_threads == 0) { /* 
Automatic threads */

Fix the problem. TNX

jody


More information about the Bf-committers mailing list