Re: [Bf-committers] Revising the testbuild branch

2014-11-14 Thread Bastien Montagne
Le 14/11/2014 04:47, Dalai Felinto a écrit : How to make a build now? After I click on 'Force Build' I land in a page saying: Authorization Failed. You are not allowed to perform this action. Then you did not use the right page to start a build, you need to go on each builder’s page (as

Re: [Bf-committers] Revising the testbuild branch

2014-11-14 Thread Bastien Montagne
Don’t think so - and testbuild (now experimental-build) is not the only one, this can happen (and already have happened) in any branch if you mess a merge or whatever (even happens when backporting fixes into release branches…). Le 14/11/2014 08:00, Thomas Dinges a écrit : That's not the first

Re: [Bf-committers] Revising the testbuild branch

2014-11-14 Thread Sergey Sharybin
For me it seems this happens because Dalai didn't follow the updates in the ML and pushed testbuild branch again/ Which for sure created new branch and pushed all the commits. So in this particular case proper solution would be if the developers follow the ML, imo. I can also forbid creating new

Re: [Bf-committers] Revising the testbuild branch

2014-11-14 Thread Bastien Montagne
Also, maybe we should add in git tips (http://wiki.blender.org/index.php/Dev:Doc/Tools/Git) a line about `git fetch -p`, which allows to remove locally branches that where deleted on the server? Le 14/11/2014 10:04, Sergey Sharybin a écrit : For me it seems this happens because Dalai didn't

Re: [Bf-committers] Revising the testbuild branch

2014-11-14 Thread Sergey Sharybin
I wouldn't really advertise this and let developers to manage their local branches. On Fri, Nov 14, 2014 at 10:12 AM, Bastien Montagne montagn...@wanadoo.fr wrote: Also, maybe we should add in git tips (http://wiki.blender.org/index.php/Dev:Doc/Tools/Git) a line about `git fetch -p`, which

Re: [Bf-committers] Multisample issue on Linux/X11/GLX

2014-11-14 Thread Campbell Barton
Glad to hear that fixes the issue, committed https://developer.blender.org/rB08974c22e45720bfdc6bba18502175cd3100511f On Thu, Nov 13, 2014 at 2:02 PM, Cédric PAILLE cedricpai...@gmail.com wrote: Oh, just add : #include X11/Xutil.h in GHOST_WindowX11.h to avoid a compilation crash and it's OK.

[Bf-committers] Trying to build the PACKAGE.vcxproj using VS 2013

2014-11-14 Thread Tom Dominique
Hello Everyone, I am new to Blender and I am trying to build using VS2013. I am using Cmake 3.0.2, NSIS 3.0b and git. I am able to create a blender.sln and I am able to build almost all of the 135 projects that were created. The only project I can not build is the one I believe I need, and

[Bf-committers] Developer Guidelines

2014-11-14 Thread Anish Shah
Hi! I am Anish, from New Delhi India. I work on a 3D printing venture called 3Dware -- www.3dware.co.in and have some experience working with Blender though my knowledge is pretty limited as of now. I wanted to understand and contribute to the code base of Blender and was looking for pointers

Re: [Bf-committers] Trying to build the PACKAGE.vcxproj using VS 2013

2014-11-14 Thread Martijn Berger
Hi Tom, I am having trouble reproducing this, I have made extensive changes to the cmake buildsystem over the last week and would recommend updating the blender source and regenerating the solution and retrying it. For me both the NSIS and the WIX packers work and so does building the PACKAGE