Re: [Bf-committers] [Bf-blender-cvs] [ead6d39] master: Units: Make grams base unit for mass

2014-01-03 Thread Sergej Reich
Yeah, you're right of course :) This was supposed to be a fix for a ui glitch. Reverted this and committed a better fix now. Thanks for catching this. Am Samstag, den 04.01.2014, 11:41 +1100 schrieb Andrew Hale: > Hi Sergej, > > Just wondering what the reason for changing this is? As the SI unit

Re: [Bf-committers] [Bf-blender-cvs] [ead6d39] master: Units: Make grams base unit for mass

2014-01-03 Thread Andrew Hale
Hi Sergej, Just wondering what the reason for changing this is? As the SI unit for mass is kilograms, I would have thought that having kilograms as the base unit would be correct. Thanks for any clarification! Andrew On 01/01/2014 4:14 AM, "Sergej Reich" wrote: > Commit: ead6d397fda12d8287dff7d

Re: [Bf-committers] Commit overload

2014-01-03 Thread Keir Mierle
Shouldn't arc land take care of squashing the patches? Or is this outside phabricator? On Fri, Jan 3, 2014 at 3:54 PM, Campbell Barton wrote: > Many small commits are fine IMHO if each one is doing some change which > stands on its own, > If they include edits on previous commits from the same p

Re: [Bf-committers] Commit overload

2014-01-03 Thread Campbell Barton
Many small commits are fine IMHO if each one is doing some change which stands on its own, If they include edits on previous commits from the same patch-set, this ends up being noise in our history and I'd rather see them squashed. eg: 53ef7a9932e974ee3efb5e63b3757051c14f6635 but there were only 1-

Re: [Bf-committers] Commit overload

2014-01-03 Thread Antony Riakiotakis
For me I would say that if the commits have well separated additions then it's OK, even if there's a flood. There's also git rebase -i that allows you to squash commits together if you haven't pushed them yet. I use it all the time for local branches since I can commit often so as not to lose any

Re: [Bf-committers] Commit overload

2014-01-03 Thread Jonathan Williamson
Ah great tip with --squash Dalai. Thanks! I was just learning about rebase -i, which is also very useful. Jonathan Williamson http://cgcookie.com On Fri, Jan 3, 2014 at 4:22 PM, Dalai Felinto wrote: > You can do git merge --squash next time, that will make one commit out > of all the individu

Re: [Bf-committers] Commit overload

2014-01-03 Thread Dalai Felinto
You can do git merge --squash next time, that will make one commit out of all the individual ones. Or git rebase -i HEAD~3 (or 10, ...) to group commits together) It's really a matter of deciding how relevant the individual logs are for our git history. -- blendernetwork.org/dalai-felinto www.dal

Re: [Bf-committers] Compiling with minGW/scons gets Python BOOST/CMATH error

2014-01-03 Thread Antony Riakiotakis
Hi, for building with MinGW 64 we only support builds with gcc 4.7 and to be 100% certain that your build will work you chould check out the build instructions in the wiki, where we give an explicit link to a working MinGW 64 build. Note, even if those compile errors are solved, the provided libra

[Bf-committers] Commit overload

2014-01-03 Thread Jonathan Williamson
Sorry about the commit overload just now. Will apply patches directly to master instead of merging in the branch next time :) Jonathan Williamson http://cgcookie.com ___ Bf-committers mailing list Bf-committers@blender.org http://lists.blender.org/mailma

Re: [Bf-committers] Weekly Blender developer meeting minutes - December 29, 2013

2014-01-03 Thread Felipe Ferreira da Silva
I'm considering make a blog about the gui toolkit, write about the progress, post concepts and ideas, and receive opinions. @Hi, Arnaud. Thanks for the warning. I've never used git and github before, so I end up forgetting to include some files before commit. I'm compiling it on Archlinux. You wi

[Bf-committers] Compiling with minGW/scons gets Python BOOST/CMATH error

2014-01-03 Thread Derek Stodghill
I am trying to compile blender using minGW 64 and scons. I may have messed up the steps along the way but I think I've got it downloaded correctly. The issue now seems to be with OOTB python 2.7 getting in the way of CMATH. I think it's related to this. http://boost.2283326.n4.nabble.com/Boost-P

Re: [Bf-committers] the install prefix

2014-01-03 Thread YuGiOhJCJ Mailing-List
On Thu, 02 Jan 2014 22:55:25 -0800 Matthew wrote: > On 01/02/2014 09:33 PM, YuGiOhJCJ Mailing-List wrote: > > Hello, > > > > I want to create a package for my distro where blender is installed in > > /opt/blender. > > I do this: > > $ tar xvf blender-2.69.tar.gz > > $ mkdir blender > > $ cd ble

Re: [Bf-committers] Weekly Blender developer meeting minutes - December 29, 2013

2014-01-03 Thread Arnaud Loonstra
On 01/03/2014 10:19 AM, Felipe Ferreira da Silva wrote: > Hewi, > > Nice work on the BUI page. > About the first issue "Toolbar is only accessible in the 3D View". Wouldn't > it be redundant if you had two 3D view, and two toolbars. It could be only > one toolbar for both views. > > News about Tabl

Re: [Bf-committers] Weekly Blender developer meeting minutes - December 29, 2013

2014-01-03 Thread Felipe Ferreira da Silva
Hewi, Nice work on the BUI page. About the first issue "Toolbar is only accessible in the 3D View". Wouldn't it be redundant if you had two 3D view, and two toolbars. It could be only one toolbar for both views. News about TableGUI... I'm rewriting parts of its code. Most of the time rewriting th