[Bf-committers] GSoC 2015 Applications

2015-03-01 Thread Brad Hollister
Hi, It appears that Google isn't accepting applications from students until March 16th. However, from the information at blender.org, it is suggested to post preliminary proposals on the mailing list. So, if the appropriate mentor(s) can comment on my draft, that would be much appreciated.

[Bf-committers] GSoC 2015 BioBlender

2014-11-26 Thread Brad Hollister
In the presentation, BioBlender in the production of The Dark Gene - Monica Zoppe, the speaker requested certain features. I have an appropriate background and am interested in this. Are feature additions for BioBlender (potentially not Blender proper) acceptable for a GSoC 2015 project? Could

[Bf-committers] How to Create a Minimal Blender Build / Branch?

2014-11-24 Thread Brad Hollister
Hi, Which parts of the source tree would be required for a minimalistic build of Blender, such that it would only contain UI, polygon modeling and .blend support for only geometry data? It would be nice not to have to include the Python interpreter, but I assume it is required for basic UI

[Bf-committers] debugging / building with osl option

2013-09-21 Thread Brad Hollister
On Ubuntu... #1 Using QtCreator (as described here: http://wiki.blender.org/index.php/Dev:Doc/IDE_Configuration/Linux_CMake_QtCreator), I can debug Blender within the IDE. This works for all source files (.cpp/.cc) except ones with the .c extension (such as the entry point in creator.c). I only