[Bf-committers] Building OpenCollada OpenSuSE 11.4

2011-09-25 Thread Daniel Salazar - 3Developer.com
It seems open collada stoped building here in Open SuSE 11.4 this are the collada libs i got installed: http://www.pasteall.org/25132 this is the output of cmake after the first building: http://www.pasteall.org/25133 And after enabling OpenCollada manually: -- Could NOT find OpenCOLLADA

[Bf-committers] 【i18n】JP's latest po file

2011-09-25 Thread 志築 孝広 [Takahiro Shizuki]
Hi, As talked with kaito on IRC, I uploaded latest ja.po. http://www.futuregadget.com/ja.zip Could you please commit as /trunk/blender/po/ja.po? (If there are some mistakes in English, I'd like to apologize.) Best regards, shizu ___ Bf-committers

[Bf-committers] Blender developer ITC meeting, 25 september 2011

2011-09-25 Thread Ton Roosendaal
Hi all, Here's the notes from today's IRC meeting in irc.freenode.net #blendercoders: 1) Blender 2.60 preparations - Last week the GSoC UI translation project was successfully applied. - Shizu has a Japanese translation .po ready, will send to mailing list - Ton discussed with Xiao to move

Re: [Bf-committers] Blender developer ITC meeting, 25 september 2011

2011-09-25 Thread Peter K.H. Gragert
Hi, oceansim = Ocean simulation? I would like to try ... How to 'install' it ? Greetings Peter (PKHG) 2011/9/25 Ton Roosendaal t...@blender.org Hi all, Here's the notes from today's IRC meeting in irc.freenode.net #blendercoders: 1) Blender 2.60 preparations - Last week the GSoC

[Bf-committers] Make show thumbnails show all thumbnails

2011-09-25 Thread Daniel Salazar - 3Developer.com
Some outdated behavior happening here, the preference for show thumbnails will only work for images and movies, but blender generates previews of blend files and others. Also when opening file browser for addons that load images, ie, load images as planes its rather silly that this is off. Please

Re: [Bf-committers] Blender developer ITC meeting, 25 september 2011

2011-09-25 Thread Ton Roosendaal
Hi, HUHH! It's IRC meeting, we stay away from ITC :) -Ton- Ton Roosendaal Blender Foundation t...@blender.orgwww.blender.org Blender Institute Entrepotdok 57A 1018AD Amsterdam The Netherlands On 25 Sep, 2011,

Re: [Bf-committers] Blender developer ITC meeting, 25 september 2011

2011-09-25 Thread Nicholas Bishop
Small correction: - Sculpt GSoC branch: Nicholas Bishop talked with Jason Hayes about it. Needs some more work before it can get review for merger. ETA unknown yet. This is Jason Wilkins' branch :) -Nicholas On Sun, Sep 25, 2011 at 1:48 PM, Ton Roosendaal t...@blender.org wrote: Hi, HUHH!

Re: [Bf-committers] Blender developer ITC meeting, 25 september 2011

2011-09-25 Thread Sean Olson
For the ocean Sim stuff look here: http://savetheoceansim.com I believe Todd McIntosh is the 'Producer' on the project and Matt Ebb was the developer. If you just want precompiled and very updated builds I would check graphicall: http://graphicall.org/?keywords=ocean If you want to build yourself,

Re: [Bf-committers] Building OpenCollada OpenSuSE 11.4

2011-09-25 Thread Daniel Salazar - 3Developer.com
OK, i did this change but I still get the same error --- build_files/cmake/Modules/FindOpenCOLLADA.cmake (revision 40541) +++ build_files/cmake/Modules/FindOpenCOLLADA.cmake (working copy) @@ -61,6 +61,8 @@ SET(_opencollada_SEARCH_DIRS ${OPENCOLLADA_ROOT_DIR} + /usr/lib64 +

Re: [Bf-committers] Building OpenCollada OpenSuSE 11.4

2011-09-25 Thread Richard Shaw
On Sun, Sep 25, 2011 at 4:50 PM, Daniel Salazar - 3Developer.com zan...@gmail.com wrote: OK, i did this change but I still get the same error --- build_files/cmake/Modules/FindOpenCOLLADA.cmake     (revision 40541) +++ build_files/cmake/Modules/FindOpenCOLLADA.cmake     (working copy) @@