[Bf-committers] r42085: cmake build on windows WITH_CYCLES enabled fails (for me)

2011-11-23 Thread Gaia Clary
Hi. when i try to build using cmake on windows, then i get 2 errors: cl : Command line error D8016 : '/Ox' and '/RTC1' command-line options are incompatible 109>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\cycles_kernel.lib' I can build just fine when i disable WITH_CYCLES ==

Re: [Bf-committers] Blender osx builds

2011-11-23 Thread Brecht Van Lommel
I made some changes to try to fix this, could you try again? Thanks, Brecht. On Mon, Nov 21, 2011 at 10:44 PM, Tobias Kummer wrote: > Hey all! > > None of the recent osx 64bit builds from builder.blender.org work for me > (tried it every once in a while over the course of the last 2 weeks). > Th

[Bf-committers] Python API / bge.types.BL_ArmatureBone.bone_mat

2011-11-23 Thread Damien Touraine
Hi, I discovered a little misprint that induce an exception inside Python API. The projects.blender.org patch ID is : 29372 Regards Damien Touraine -- Damien TOURAINE - Ingénieur de Recherche CNRS, LIMSI-CNRS Groupe de RV&

Re: [Bf-committers] r42085: cmake build on windows WITH_CYCLES enabled fails (for me)

2011-11-23 Thread Brecht Van Lommel
I've committed a possible fix for this, please test :) Thanks, Brecht. On Wed, Nov 23, 2011 at 4:17 PM, Gaia Clary wrote: > Hi. > > when i try to build using cmake on windows, then i get 2 errors: > > cl : Command line error D8016 : '/Ox' and '/RTC1' command-line options > are incompatible > 109

Re: [Bf-committers] r42085: cmake build on windows WITH_CYCLES enabled fails (for me)

2011-11-23 Thread Gaia Clary
It works now like a charm! Thank you for the quick response and fix :) -gaia- Am 23.11.2011 17:31, schrieb Brecht Van Lommel: > I've committed a possible fix for this, please test :) > > Thanks, > Brecht. > > On Wed, Nov 23, 2011 at 4:17 PM, Gaia Clary > wrote: >> Hi. >> >> when i try to build

Re: [Bf-committers] Blender osx builds

2011-11-23 Thread Tobias Kummer
Hey Brecht, Still fails with this error: http://www.pasteall.org/26694 Tobi On Wed Nov 23 16:31:34 2011, Brecht Van Lommel wrote: > I made some changes to try to fix this, could you try again? > > Thanks, > Brecht. > > On Mon, Nov 21, 2011 at 10:44 PM, Tobias Kummer wrote: >> Hey all! >> >> Non

[Bf-committers] scons flags Not used?

2011-11-23 Thread Yousef Hurfoush
hi *Are these flags still applicable in scons? WITH_BF_LIBSAMPLERATE = True WITH_BF_LCMS = True WITH_BF_LZMA = True WITH_BF_LZO = True WITH_IK_ITASC = True WITH_PYTHON_INSTALL = True WITH_PYTHON_UI_INFO = True WITH_BF_INSTALL = True WITH_BF_ELTOPO = True *One other thing, there are flags exists

Re: [Bf-committers] Please help me debugging

2011-11-23 Thread Rainer Hohne
Great, thanks for your effort. Rainer ___ Bf-committers mailing list Bf-committers@blender.org http://lists.blender.org/mailman/listinfo/bf-committers

[Bf-committers] cycles CUDA with scons?

2011-11-23 Thread Yousef Hurfoush
are there an option to build cycles with CUDA with scons?? Regards Yousef Harfoush ba...@msn.com ___ Bf-committers mailing list Bf-committers@blender.org http://lists.blender.org/mailman/listinfo/bf-committe

[Bf-committers] Display modes for 3D-View from user perspective

2011-11-23 Thread Tobias Oelgarte
Hello, I noticed some recent changes on how blender renders the content inside the 3D-View and at first i thought that it would be a bug in the current revisions. So I opened a bug report after some curious postings inside blendpolis.de (a well known German community website/forum for blender)

Re: [Bf-committers] cycles CUDA with scons?

2011-11-23 Thread Brecht Van Lommel
It's not supported yet, will be added soon. Brecht. On Wed, Nov 23, 2011 at 11:41 PM, Yousef Hurfoush wrote: > > are there an option to build cycles with CUDA with scons?? > > Regards > Yousef Harfoush > > > ba...@msn.com > > > ___ > Bf-committers mail

Re: [Bf-committers] Display modes for 3D-View from user perspective

2011-11-23 Thread Dima Glibitsky
There is an option to display shadeless textures in solid mode (in Display subpanel, toggle "Textured Solid")... Lighting-only mode seems to be really absent, though. I'm just a regular Blender user, but I think having all shading-related settings in one place would be nice. ___

[Bf-committers] New convenient get_sibling() function in Red-Black tree implementation

2011-11-23 Thread Konrad Kleine
Hi, I've created a small patch here http://codereview.appspot.com/5431064/ and would be thankful for any reviews. Here's the description of the patch: "I've written a convenient function that returns the sibling of a node in the red-black tree implementation originally implemented by Joshua Leun