Re: [Bf-committers] Cmake OS X Broken?

2016-03-08 Thread Levon
This came up last Sept. This is the original thread. http://lists.blender.org/pipermail/bf-committers/2015-September/045905.html This patch posted above wasn't ever committed, it was only ever fixed for version 15, not 14.5 You can also simlink the sdk directory to version 10 and it will work

Re: [Bf-committers] Cmake OS X Broken?

2016-03-08 Thread Jens Vewrwiebe
It should always default to the highest sdk available, how will you else write new code only available on latest but not greatest osx version ? The bw compat is taken care by the depoyment target. Jens BTW: afaik there was an sdk override, but perhaps only in scons, forgot Am 08.03.2016

Re: [Bf-committers] Cmake OS X Broken?

2016-03-08 Thread Jonathan Williamson
Yep, seems that was the problem Jens. But even so, we should still be able to specify the SDK to use, should we not? Currently it forces the SDK to match your OS version. > On Mar 8, 2016, at 9:12 AM, Jens Vewrwiebe wrote: > > The problem seems Jonathan is using an old

[Bf-committers] Freestyle drivers in python api

2016-03-08 Thread Manuel Rais
Hi ! Just a quick question : i've created drivers on thickness in freestyle lineset via python. Then, I'm looking for the drivers in the python API but I can't find them. So, anyone knows where I can find the drivers, or the animation_data of freestyle lineset in the python API ? Thanks ! ---

Re: [Bf-committers] Cmake OS X Broken?

2016-03-08 Thread Jens Vewrwiebe
The problem seems Jonathan is using an old xcode6. Thus this is not expected and not even supported in 10.11. Jens Am 08.03.2016 um 10:48 schrieb Martijn Berger: > Yes this can happen, > > Newer Xcode on 10.10 ships only a 10.11 sysroot for example. > > On Tue, Mar 8, 2016 at 5:21 AM, Campbell

Re: [Bf-committers] Getting started with Blender

2016-03-08 Thread Ton Roosendaal
Hi, Getting started: http://wiki.blender.org/index.php/Dev:Ref/GoogleSummerOfCode/2016/Students Ideas page: http://wiki.blender.org/index.php/Dev:Ref/GoogleSummerOfCode/2016/Ideas -Ton- Ton Roosendaal - t...@blender.org -

Re: [Bf-committers] Cmake OS X Broken?

2016-03-08 Thread Martijn Berger
Yes this can happen, Newer Xcode on 10.10 ships only a 10.11 sysroot for example. On Tue, Mar 8, 2016 at 5:21 AM, Campbell Barton wrote: > After some further investigation (details below), it seems the error > is caused by a mismatch between the OSX version and the SDK

[Bf-committers] Getting started with Blender

2016-03-08 Thread Gokul Krishna P
Hello, I am a sophomore computer science student from Amrita School of Engineering, India, and an Open Source enthusiast. I was introduced to FOSS via the FOSS club over here in my University. Being a self-motivated programmer I have done multiple projects using web technologies like HTML/CSS,