Re: [Bf-committers] Towards C++11

2014-06-10 Thread Konrad Wilhelm
Hi, I'm not voting against supporting C++11 but if there're problems to support all of it at once. I suggest to use migrate step by step. For example, the clang-modernize [1] tool allows you to automatically add a macro that expands to the C++11 "override" keyword [2] to every virtual function th

Re: [Bf-committers] Towards C++11

2014-06-10 Thread Sergey Sharybin
Konrad, i'm not really sure what you mean. If it's about using some tool/library which _emulates_ c++11 then i'd say no-go for this. Would rather implement function bindings/move {shared,unique}_ptr (which are the main reason i've started this thread) to some header in extern/ which could be used a

[Bf-committers] Ideas on 'Load UI' on splash screen.

2014-06-10 Thread Joel Godin
I'd like to dig in the code and see if we can put a 'Load UI' checkbox on the splash screen. If one works on a project with background images sized and positioned correctly, it does  not save in the .blend file as a regular parameter but rather as a UI setting.   So opening a current project with

Re: [Bf-committers] [Bf-blender-cvs] [da7bdf1] master: CMake: quiet warnigns with 3.0

2014-06-10 Thread Dalai Felinto
Hi Campbell, This break compilation here (and in some LInux stations too as reported by Daniel Salazar). Error: Policy "CMP0043" is not known to this version of CMake I'm tempted to revert that ... I was about to commit the bake-cage patch, doing the final test build when this came up :/ Cheers