Re: [Bf-committers] 2.55 beta AHOY!

2010-10-29 Thread Damien Plisson
Mike, It is when building blender with the game engine enabled. Damien Le 30 oct. 2010 à 04:29, Mike S a écrit : > On 29/10/10 5:26 AM, Damien Plisson wrote: >> Done for the three OSX releases. >> >> Just note that they still include Python 3.1.1 as the lib builder has >> encountered issues wit

Re: [Bf-committers] Screen-cast issues

2010-10-29 Thread Mike S
On 30/10/10 10:58 AM, Mike S wrote: > On 30/10/10 10:37 AM, Andrew Green wrote: >> In user preferences it has screen cast fps and frame speed. I thought >> screencast fps was the fps of the video format. And the frame speed was how >> many ms between adding a frame to the video. >> >> So I do not u

Re: [Bf-committers] 2.55 beta AHOY!

2010-10-29 Thread loopduplic...@burningtoken.com
Do you have the option checked in the user preferences to turn on 3-button mouse emulation? it's not checked by default. Best Regards, loopduplicate On 10/29/2010 04:14 PM, Kevin Roy wrote: > PS: I've quickly tested on my laptop and can't get the 3button emulation > (aka WIN+ALT+LMB) work. Is t

Re: [Bf-committers] 2.55 beta AHOY!

2010-10-29 Thread Mike S
On 29/10/10 5:26 AM, Damien Plisson wrote: > Done for the three OSX releases. > > Just note that they still include Python 3.1.1 as the lib builder has > encountered issues with building the 3.1.2 (it mainly caused problems with > the BGE). > > Damien Hi Damien, OK confused now Nathan has s

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [32764] trunk/blender: use PyImport_ExtendInittab for py module initialization rather then adding to sys .modules directly, no fun

2010-10-29 Thread Mike S
On 30/10/10 12:29 PM, Dalai Felinto wrote: > Hi Campbell, > this commit produced this error in CMake+MSVC: > http://www.pasteall.org/16526 > > Confirmed in scons+gcc by Bassam. > Any clues? > > Cheers, > Dalai Simple missed name changes... Diff below compiles. Mike. Index: source/gameengine/Kets

Re: [Bf-committers] 2.55 beta AHOY!

2010-10-29 Thread Dave Plater
On 10/27/2010 01:53 PM, Nathan Letwory wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > > Hi release builders! > > Over 340 bugfixes and more than 760 commits to trunk/ since 2.54 beta. > I've committed new splash, bumped versions and danced the tagging dance. > > Please checkout tags

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [32764] trunk/blender: use PyImport_ExtendInittab for py module initialization rather then adding to sys .modules directly, no fun

2010-10-29 Thread Dalai Felinto
Hi Campbell, this commit produced this error in CMake+MSVC: http://www.pasteall.org/16526 Confirmed in scons+gcc by Bassam. Any clues? Cheers, Dalai 2010/10/30 Campbell Barton > Revision: 32764 > > http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=32764 >

Re: [Bf-committers] Screen-cast issues

2010-10-29 Thread Mike S
On 30/10/10 10:37 AM, Andrew Green wrote: > In user preferences it has screen cast fps and frame speed. I thought > screencast fps was the fps of the video format. And the frame speed was how > many ms between adding a frame to the video. > > So I do not understand what the difference is between th

Re: [Bf-committers] Screen-cast issues

2010-10-29 Thread Andrew Green
In user preferences it has screen cast fps and frame speed. I thought screencast fps was the fps of the video format. And the frame speed was how many ms between adding a frame to the video. So I do not understand what the difference is between the 2 different fps settings. On 28/09/2010 6:58 PM,

Re: [Bf-committers] 2.55 beta AHOY!

2010-10-29 Thread Kevin Roy
Hi Blender Developers, Ubuntu/Debian builds of 2.55 are available at http://launchpad.net/~kiniou/+archive/ppa for lucid, maverick and natty. Debian code is hosted at http://git.debian.org/?p=collab-maint/blender.git;a=summary and I've uploaded source package to mentors.debian.net. About bui

Re: [Bf-committers] Auto-registration in Python

2010-10-29 Thread Nathan Vegdahl
> On the contrary. Having half-defined subclasses of RNATypes breaks > the Liskov substitution principle. How? The RNATypes themselves are not fully defined (e.g. you can't use bpy.types.Panel directly). Making a derived class of bpy.types.Panel that also can't be directly used hardly violates t

Re: [Bf-committers] 2.55 beta AHOY!

2010-10-29 Thread Steve Obbayi
Windows builds fine with Scons. However with msvc 2010 Express I've only got it to build with CMake 2.8 and disable OpenEXR. Steve Obbayi Software Developer - Original Message - From: "Dave Plater" To: bf-committers@blender.org Sent: Friday, October 29, 2010 1:35:00 PM GMT -05:00 US/Ca

Re: [Bf-committers] 2.55 beta AHOY!

2010-10-29 Thread Damien Plisson
Hi Dalai, The bug is still present with Python 3.1.1. Anyway, for Python 3.1.2, Jens has found a fix to enable BGE to compile again. I'll commit it with 3.1.2. BTW, for the other bug ([#23871] OSX panel button bug) it'll need a fix introduced only in 3.2 Diff for BGE to compile with 3.1.2: I

Re: [Bf-committers] 2.55 beta AHOY!

2010-10-29 Thread pete larabell
blender-2.55-beta-FreeBSD.tbz and blender-2.55-beta-FreeBSD-amd64.tbz both uploaded to: download.blender.org/incoming :) Peter On Wed, Oct 27, 2010 at 6:53 AM, Nathan Letwory wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > > Hi release builders! > > Over 340 bugfixes and mor

Re: [Bf-committers] 2.55 beta AHOY!

2010-10-29 Thread Dave Plater
On 10/29/2010 09:42 AM, Dalai Felinto wrote: > Dave, my CMakeCache.txt - http://www.pasteall.org/16515 > > 2010/10/29 Dave Plater > > >> On 10/28/2010 05:28 PM, Mitchell Stokes wrote: >> ../../lib/libgp_ghost.a(GPG_ghost.cpp.o): In function `main': >> /usr/src/

Re: [Bf-committers] 2.55 beta AHOY!

2010-10-29 Thread Dave Plater
On 10/29/2010 09:43 AM, Mitchell Stokes wrote: > Here are the contents of my CMakeCache.txt file: > http://www.pasteall.org/16516 > > I hope it helps. > > Cheers, > Mitchell > It shows that you're using embedded python which makes me think even more that it's a python related error I'm encounter

Re: [Bf-committers] 2.55 beta AHOY!

2010-10-29 Thread Ken Hughes
Sorry for the delays (hell week here at work). Think I have the blenderplayer builds for Linux sorted out, just need to get them packaged. Will upload later today or sometime tomorrow. Ken ___ Bf-committers mailing list Bf-committers@blender.org http

[Bf-committers] unlimited clay DerivedMesh question

2010-10-29 Thread raulf
I build the unlimited clay modifier based on the EditMeshDerivedMesh type (emDM) I have added the emDM_getPBVH() function to the definition of that derived mesh type in a similar way like other types like cdDM_getPBVH() and ccgDM_getPBVH() but I have noted that while the other functions are calle

Re: [Bf-committers] text Hinting patch

2010-10-29 Thread Carsten Wartmann
Am 29.10.2010 02:02, schrieb GSR: > Hi, > c...@blenderbuch.de (2010-10-28 at 1205.04 +0200): >> Typographically maybe not so nice but I personally don't care, I tend to >> get a headache from these hinted and antialiased fonts, first thing I >> switch off on new Systems. > > Do you mean that you li

Re: [Bf-committers] 2.55 beta AHOY!

2010-10-29 Thread Mitchell Stokes
Here are the contents of my CMakeCache.txt file: http://www.pasteall.org/16516 I hope it helps. Cheers, Mitchell ___ Bf-committers mailing list Bf-committers@blender.org http://lists.blender.org/mailman/listinfo/bf-committers

Re: [Bf-committers] 2.55 beta AHOY!

2010-10-29 Thread Dalai Felinto
Dave, my CMakeCache.txt - http://www.pasteall.org/16515 2010/10/29 Dave Plater > On 10/28/2010 05:28 PM, Mitchell Stokes wrote: > >> > >> ../../lib/libgp_ghost.a(GPG_ghost.cpp.o): In function `main': > >> > >> > /usr/src/packages/BUILD/blender-2.55/source/gameengine/GamePlayer/ghost/GPG_ghost.cp

Re: [Bf-committers] 2.55 beta AHOY!

2010-10-29 Thread Dave Plater
On 10/28/2010 05:28 PM, Mitchell Stokes wrote: >> >> ../../lib/libgp_ghost.a(GPG_ghost.cpp.o): In function `main': >> >> /usr/src/packages/BUILD/blender-2.55/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp:825: >> undefined reference to `setGamePythonPath(char*)' >> ../../lib/libgp_ghost.a(GPG_App