Re: [Bf-committers] platform maintainers: request to update exr lib to 2.0

2013-06-02 Thread Jürgen Herrmann
Hi Dalai, You can build on the command line using CMake too, but you are right from the users point if view scons is easier. But from the maintainers point if view... I hope someone will have a look at this issue soon. I really can't find an error... /Jürgen Am 02.06.2013 um 07:15 schrieb Dala

[Bf-committers] VC 2008 libs - OIIO

2013-06-02 Thread Thomas Dinges
Hey Hürgen, Which version of OIIO did you compile for vc2008? According to https://svn.blender.org/svnroot/bf-blender/trunk/lib/win64/openimageio/include/OpenImageIO/version.h it is the in development version "1.2". But we were on the stable 1.1.x branch. ;) The libs I commited before were 1.1.

Re: [Bf-committers] VC 2008 libs - OIIO

2013-06-02 Thread Thomas Dinges
Ok, I made up my mind. Jürgen, please recompile OIIO 1.1.11 (latest stable one), and also OSL (which is based on that) for vc 2008 x86 and x64. For OSL you can take 1.3.0 again. I don't want mixed up libraries between platforms, and definitely no beta software in the libs. Thomas Am 02.06.2013

Re: [Bf-committers] VC 2008 libs - OIIO

2013-06-02 Thread Jürgen Herrmann
Hi Thomas, I'll get to work right away. We should consider writing down the currently used versions somewhere so it's easier to stay in sync for all platforms. Is it possible to provide a list of approved libs and versions to use for all platforms? What about LLVM? Should it be downgraded to 3

Re: [Bf-committers] VC 2008 libs - OIIO

2013-06-02 Thread Thomas Dinges
Hi Jürgen, answers inline. Am 02.06.2013 14:32, schrieb Jürgen Herrmann: > Hi Thomas, > > I'll get to work right away. We should consider writing down the currently > used versions somewhere so it's easier to stay in sync for all platforms. > > Is it possible to provide a list of approved libs an

Re: [Bf-committers] VC 2008 libs - OIIO

2013-06-02 Thread Sergey Sharybin
We already do have informations about versions of libraries we've got in svn. It's stored in readme.txt files and shall run out of sync with what we've indeed have. Updating libraries is always goes via weekly meeting to be sure all the platforms are up-to-date. Doing other kind of libraries maint

Re: [Bf-committers] VC 2008 libs - OIIO

2013-06-02 Thread Jürgen Herrmann
Hmm... It seems the readme files are not always up to date then, we should really keep an eye on that. -Ursprüngliche Nachricht- Von: bf-committers-boun...@blender.org [mailto:bf-committers-boun...@blender.org] Im Auftrag von Sergey Sharybin Gesendet: Sonntag, 2. Juni 2013 15:04 An: bf-bl

[Bf-committers] Weekly Blender developer meeting minutes - June 2, 2013

2013-06-02 Thread Ton Roosendaal
Hi all, Here are notes from today's meeting in irc.freenode.net #blendercoders 1) Next release targets - Blender 2.67b was released last week, luckily no 'c' is going to be made :) - Cycles 'uber shader': Brecht van Lommel mostly works on UI (restructure) code for it now. You will get nodes wi

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [57153] trunk/blender/source/blender/ makesrna/intern/rna_text.c: Made text datablock properties 'is_in_memory' and 'is_dirty' edi

2013-06-02 Thread Tamito KAJIYAMA
Hi Sergey and Campbell, Thanks a lot for all the discussions. After having a discussion on IRC with Campbell, I made a set of changes in revision 57200 for better API design in Python and C to make text datablocks internal after loading. Hope the present solution is considered okay. Regards,

Re: [Bf-committers] platform maintainers: request to update exr lib to 2.0

2013-06-02 Thread Dalai Felinto
Hi Jurgen, I think the problem is the release library. Even with cmake+msvc the exr sample image fails when I build release. And I just tested with the 1.2 oiio libraries and I still get the same error with scons+msvc debug. Remember that you forgot to include a header in your first commit of the

[Bf-committers] Problems with projects.blender.org subscriptions

2013-06-02 Thread Mitchell Stokes
I used to be subscribed to the BGE tracker on blender.projects.org so I would be notified of any changes to that tracker (and thus any new bugs). However, lately I have not been getting any notifications, and when I went to check on the tracker today, there were at least ten new bugs that I wasn't

Re: [Bf-committers] platform maintainers: request to update exr lib to 2.0

2013-06-02 Thread Jürgen Herrmann
Hi Dalai, Thomas Dinges asked me to downgrade OIIO to 1.1.11 just today. Please try to do a SVN update on your libs and compile again using these. These problems are strange... I will have a closer look on this tomorrow. /Jürgen Am 02.06.2013 um 20:16 schrieb Dalai Felinto : > Hi Jurgen, > I t

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [57192] trunk/blender: Fix #35587: Cycles: image movie to single image crashing

2013-06-02 Thread Joshua Leung
This commit seems to break compiling (or more precisely, linking) on Win32 + scons + mingw. Linking program ==> 'blender.exe' c:/mingw/bin/../lib/gcc/mingw32/4.6.2/../../../../mingw32/bin/ld.exe: cannot find -lz_st collect2: ld returned 1 exit status scons: *** [C:\blenderdev\b250\build\bin\blen

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [57192] trunk/blender: Fix #35587: Cycles: image movie to single image crashing

2013-06-02 Thread Jürgen Herrmann
Hi, VS 2012 x86 an x64 work fine with this now ;) I removed the dynamic libs for zlib from the vs2012 libs too. Shall we do this for VS2008 too? This should prevent accidental linking to libz.lib /Jürgen Am 02.06.2013 um 17:02 schrieb Sergey Sharybin : > Revision: 57192 > > http://p