Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41309] trunk/blender: tweak remove_strict_flags so it can be used with gcc's -Wall

2011-10-31 Thread Campbell Barton
Is this still a problem? - its checking if the flag is supported before using so if THAT fails, then the bug is in the flag checking macro or cmake. On Mon, Oct 31, 2011 at 6:02 AM, Luke Swanson lswa...@yahoo.com wrote: Hi all, I have the same problem on OSX 10.6 Building from trunk fails

Re: [Bf-committers] Multitouch Trackpads on OS X

2011-10-31 Thread François T .
in addition to that, in many space as in compositor, the trackpad does not zoom to the mouse position (when this is turn on in pref). which is a bit annoying to be honest. and the sensitivity is really high (again mostly in compositor since its what I use, but maybe in other places) After all its

Re: [Bf-committers] Multitouch Trackpads on OS X

2011-10-31 Thread Jens Verwiebe
Atm iám working on a solution. Zoomgesture is a bit too sensible, right. + i must find a way to distinguish magic mouse pan and trackpad pan due 1 finger moving on mm trackpadarea is doing pan ( same as 2 finger pan on trackpad ). In trunk for testing atm: all gestures are handled as expected

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41309] trunk/blender: tweak remove_strict_flags so it can be used with gcc's -Wall

2011-10-31 Thread Luke Swanson
Yeah, I just updated to current trunk again and it still fails to build, gives the same error. The error happens when trying to build this file: source/blender/makesrna/intern/CMakeFiles/makesrna.dir/makesrna.c.o, if that helps narrow it down any. (My coding knowledge is one baby-step past

Re: [Bf-committers] Multitouch Trackpads on OS X

2011-10-31 Thread Mats Holmberg
Great, thanks! Already what you did (reducing zoom sensitivity to half) makes everything _much_ better. -mats On Oct 31, 2011, at 2:16 PM, Jens Verwiebe wrote: Atm iám working on a solution. Zoomgesture is a bit too sensible, right. + i must find a way to distinguish magic mouse pan

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41309] trunk/blender: tweak remove_strict_flags so it can be used with gcc's -Wall

2011-10-31 Thread Dalai Felinto
Hi Campbell, Now I get this warning in the begin of building: -- Unsupported CFLAG: -Wno-error=unused-but-set-variable And this while building makerna: cc1: error: unrecognized command line option -Wno-unused-but-set-variable Again, getting rid of the line on macros.cmake solve the problem

Re: [Bf-committers] NDOF still unusable

2011-10-31 Thread Mike Erwin
tehra...@gmail.com wrote: The only device I can get buttons to work with it is my Space Navigator. While Blender does see button events with my serial devices, it only sends 'unknown button event' (or something like that) to the console. Ah, serial devices. Right now blender uses USB

[Bf-committers] Space Type cleanup

2011-10-31 Thread Thomas Dinges
Hi, Could we remove the space_sound code? It's simply a rough naked space in 2.6. No operators, no real functions. If it should come back in the future, this is very easy to do. But after 2 years of inactivity and no concrete plans now, imo it should go. I already have a patch for that. I also

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41309] trunk/blender: tweak remove_strict_flags so it can be used with gcc's -Wall

2011-10-31 Thread Campbell Barton
take 2 - r41420, hopefully this works. On Tue, Nov 1, 2011 at 1:33 AM, Dalai Felinto dfeli...@gmail.com wrote: Hi Campbell, Now I get this warning in the begin of building: -- Unsupported CFLAG: -Wno-error=unused-but-set-variable And this while building makerna: cc1: error: unrecognized

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41309] trunk/blender: tweak remove_strict_flags so it can be used with gcc's -Wall

2011-10-31 Thread Dalai Felinto
It works now, thanks Campbell. 2011/11/1 Campbell Barton ideasma...@gmail.com: take 2 - r41420, hopefully this works. On Tue, Nov 1, 2011 at 1:33 AM, Dalai Felinto dfeli...@gmail.com wrote: Hi Campbell, Now I get this warning in the begin of building: -- Unsupported CFLAG: