Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [43670] trunk/blender/source/blender: Fix #29946: Recover Auto Save defaults to Short List View -- Cannot determine dates

2012-01-24 Thread Ralf Hölzemer
Hi Sergey, this commit breaks building with Collada - at least on Linux. /build/buildd/blender-2.61+svn43673~lucid1/source/blender/windowmanager/intern/wm_operators.c: In function 'WM_OT_collada_export':

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [43670] trunk/blender/source/blender: Fix #29946: Recover Auto Save defaults to Short List View -- Cannot determine dates

2012-01-24 Thread Ralf Hölzemer
Thank you! :) 2012/1/24 Sergey Sharybin sergey@gmail.com: Hi, It was indeed broken. At least linux now works fine :) On Wed, Jan 25, 2012 at 2:08 AM, Ralf Hölzemer r.hoelze...@googlemail.comwrote: Hi Sergey, this commit breaks building with Collada - at least on Linux. /build

Re: [Bf-committers] Final FFMPEG compatibility fix (hopefully)

2011-05-28 Thread Ralf Hölzemer
Hi Peter, I am maintaining daily builds of blender for Ubuntu in a PPA at Launchpad. Sorry to be the odd man out here, but I still have problems building blender on Ubuntu Oneiric, which uses libav 0.7~beta2 according to the package overview in Launchpad [1]. libavcodec/version.h states:

Re: [Bf-committers] Final FFMPEG compatibility fix (hopefully)

2011-05-28 Thread Ralf Hölzemer
New builds just went through. Thank you Peter. Cheers, Ralf 2011/5/28 Peter Schlaile pe...@schlaile.de: Hi, please try again with latest SVN. Cheers, Peter I am maintaining daily builds of blender for Ubuntu in a PPA at Launchpad. Sorry to be the odd man out here, but I still have

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [35457] trunk/blender/intern/ghost/intern: Fix [#26446] Quick extrude (Ctrl+LMB) works only one time

2011-03-11 Thread Ralf Hölzemer
Hi Nathan, this commit broke building with WinSDK/Nmake/JOM on Win7. Here's the error message: [ 80%] Building CXX object intern/ghost/CMakeFiles/bf_intern_ghost.dir/intern/GHOST_SystemWin32.cpp.obj GHOST_SystemWin32.cpp W:\ralf\Stuff\b\blender\intern\ghost\intern\GHOST_SystemWin32.cpp(473) :

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [32117] trunk/blender/source/blender/ python/intern/bpy_rna.c: py/ rna keyframe functions can now key longer paths if called from

2010-09-26 Thread Ralf Hölzemer
Hi Campbell, this commit introduced a small build problem on launchpad. See https://projects.blender.org/tracker/index.php?func=detailaid=24003group_id=9atid=127 for the details. 2010/9/25 Campbell Barton ideasma...@gmail.com: Revision: 32117          

[Bf-committers] New patch: Fix cmake install target for linux

2010-07-14 Thread Ralf Hölzemer
Hey everyone, the cmake install target was broken after the configuration path changes. I created a new patch #22849 at http://projects.blender.org/tracker/index.php?func=detailaid=22849group_id=9atid=127 which fixes the issue. Cheers, Ralf ___

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29650] trunk/blender/source/blender: Fix #21369: normals on extruded text and curve objects were flipped

2010-06-23 Thread Ralf Hölzemer
Thank you! 2010/6/23 Thomas Dinges din...@gmx.de: Fixed in SVN. It compiles again. :) Am 23.06.2010 19:33, schrieb Ralf Hölzemer: Hi Brecht, this commit broke building trunk with opencollada enabled. There's another call to filldisplist in source/blender/collada/DocumentImporter.cpp