Re: [Bf-committers] building the bmesh branch

2010-08-19 Thread jmsoler
It seems that the GPU_buffers.h file is also missing. Selon Michael McLay : > The bmesh branch will not build using scons. The problem has to do with > library linking order when building the blender executable. The files > source/blender/modifiers/intern/MOD_mirror.c and > source/blender/modifi

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [31450] branches/soc-2010-nicolasbishop: = = Ptex ==

2010-08-19 Thread jmsoler
hi, it seems that the BKE_ptex.h is missing in this svn update. jms ___ Bf-committers mailing list Bf-committers@blender.org http://lists.blender.org/mailman/listinfo/bf-committers

Re: [Bf-committers] Python API Documentation

2010-08-19 Thread Campbell Barton
On Wed, Aug 18, 2010 at 9:01 AM, Stephen Swaney wrote: > On Mon, Aug 16, 2010 at 05:46:26PM +0200, neXyon wrote: >> 2) Have a database with a nice structure to store docs >> >> Advantages: >> * Easy to edit for everybody, there could be a web interface to edit >> docs directly >> * Lower binary si

[Bf-committers] keyboard configuration issues

2010-08-19 Thread Campbell Barton
Recently I was looking into a keyboard layout bug and noticed some problems with the current method that make me uneasy to settle on this for release. The first thing is that the keyboard layouts are user specified names but loaded as modules. This means you could call your keyboard layout test, b

Re: [Bf-committers] keyboard configuration issues

2010-08-19 Thread Martin Poirier
--- On Thu, 8/19/10, Campbell Barton wrote: > A simple solution to this is to have a package in cfg so > scripts/cfg/blender_keyconfig/__init__.py > scripts/cfg/blender_keyconfig/maya.py, etc > ...this way only sys.modules["blender_keyconfig"] is added > and the > submodules can be added & remo

Re: [Bf-committers] building the bmesh branch

2010-08-19 Thread Nathan Letwory
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 18.8.2010 22:02, Michael McLay wrote: > The bmesh branch will not build using scons. The problem has to do with > library linking order when building the blender executable. The files > source/blender/modifiers/intern/MOD_mirror.c and > source/blen

Re: [Bf-committers] keyboard configuration issues

2010-08-19 Thread Campbell Barton
On Fri, Aug 20, 2010 at 1:57 AM, Martin Poirier wrote: > > > --- On Thu, 8/19/10, Campbell Barton wrote: > >> A simple solution to this is to have a package in cfg so >> scripts/cfg/blender_keyconfig/__init__.py >> scripts/cfg/blender_keyconfig/maya.py, etc >> ...this way only sys.modules["blende

Re: [Bf-committers] MSVC project files end of life

2010-08-19 Thread Campbell Barton
just a note that the CMake files building RNA is not perfect on linux with make, for some reason it generates the rna_*_gen.c files twice, looked into it a while back when adding the partial updates but eventually gave up since its generation is very quick and it only builds them once but this coul