[Bf-committers] BlenderSVN\blender\user-config.py

2010-03-16 Thread David Hutto
I'm not sure if this is the right list, so if not please direct me to the correct one. When building the blender in Vista the file BlenderSVN\blender\user-config.py at the very bottom where it defines the number of cores (BF_NUMJOBS = 1) If you have a dual core, would you place in 1(meaning does t

Re: [Bf-committers] BlenderSVN\blender\user-config.py

2010-03-16 Thread Andy Braham
David, The number of cores is not 0 (zero) based, it starts with 1. Remember to add 1 to the number of processors i.e. dual core = 3 quad core = 5. -Andy On 03/16/2010 03:20 AM, David Hutto wrote: > I'm not sure if this is the right list, so if not please direct me to > the correct one. > >

Re: [Bf-committers] BlenderSVN\blender\user-config.py

2010-03-16 Thread Roger Wickes
so, the counting starts at 2 :) --Roger From: Andy Braham To: bf-blender developers Sent: Tue, March 16, 2010 9:18:34 AM Subject: Re: [Bf-committers] BlenderSVN\blender\user-config.py David, The number of cores is not 0 (zero) based, it starts with 1

Re: [Bf-committers] BlenderSVN\blender\user-config.py

2010-03-16 Thread David Hutto
> >  --Roger > > > > > > > From: Andy Braham > To: bf-blender developers > Sent: Tue, March 16, 2010 9:18:34 AM > Subject: Re: [Bf-committers] BlenderSVN\blender\user-config.py > > David, >    The number of cores is not 0 (zero) based, it starts with 1. > Rem