Re: [Bf-committers] Visibility of attribution

2011-08-30 Thread Campbell Barton
On Wed, Aug 31, 2011 at 3:29 PM, Alex Fraser wrote: > - Original Message - >> From: "Alex Fraser" >> >> For now it might be easiest to add all the 2.5x credits pages to the >> page mentioned above. But as suggested by Campbell, we could move to a >> more scalable format that shows each de

[Bf-committers] r39813 - OSX: additionally choice to link against python-framework again ::: SCONS build failures

2011-08-30 Thread Mike S
Hi, attempting to build using scons after this update fails. Build was on OSX 10.6.8 , only changes to default scons build config were to set x86_64 build arch. Linking stage of Blender/Blenderplayer fails with messages of type: Undefined symbols: "_PyDict_SetItemString", referenced from:

Re: [Bf-committers] Visibility of attribution

2011-08-30 Thread Alex Fraser
- Original Message - > From: "Alex Fraser" > > For now it might be easiest to add all the 2.5x credits pages to the > page mentioned above. But as suggested by Campbell, we could move to a > more scalable format that shows each developer and the number of > commits they have made, like th

Re: [Bf-committers] Visibility of attribution

2011-08-30 Thread Alex Fraser
Hi all, - Original Message - > From: "Ton Roosendaal" > Subject: Re: [Bf-committers] Guidelines for developer logs, docs & blogs > Hi, > > Our bug tracker should facilitate that better I guess... I've seen the > Linux patch system to add a disclaimer (you hereby confirm the code is > you

Re: [Bf-committers] Two new patches

2011-08-30 Thread Campbell Barton
Having support for a very simple floating point image format seems reasonable - EXR/TIFF/DPX/JPEG2000/HDR are a bit complicated requiring libs to properly support and some of these do conversions from float to fixed 16-32 bits per channel, gamma blah blah or use lossy compression. So I see there i

Re: [Bf-committers] linux compile error

2011-08-30 Thread Ejner Fergo
When you compile ffmpeg, you need to enable shared libraries: ./configure --enable-shared make sudo make install Hope that helps (it did for me). Best regards, Ejner On Wed, Aug 31, 2011 at 2:00 AM, Jonathan Smith wrote: > I'm still having problems similar to yours. I followed instructions her

[Bf-committers] Recast and Detour status?

2011-08-30 Thread Mitchell Stokes
Hello, The Recast and Detour GSoC project is listed as being ready to merge[0]. Is anyone working on this? I'd rather not see it fall by the wayside. [0] http://wiki.blender.org/index.php/Dev:2.6/Source/Development/Merge_And_Integration_Plan Cheers, Mitchell

Re: [Bf-committers] linux compile error

2011-08-30 Thread Jonathan Smith
I'm still having problems similar to yours. I followed instructions here: http://ubuntuforums.org/showthread.php?t=786095 on how to do it, but I still haven't managed to get it to work. For now I've just started compiling with WITH_BF_FFMPEG = False If anyone figures out the problem it would be gre

Re: [Bf-committers] Image Save Bug

2011-08-30 Thread Campbell Barton
Hi Thomas & Carsten, the bugs been reported but I couldn't redo it. https://projects.blender.org/tracker/index.php?func=detail&aid=28417&group_id=9&atid=498 Looking into this further... interestingly while testing I found a 3rd bug where blender crashes saving multi-layer exrs which I don't think

Re: [Bf-committers] [Soc-2011-dev] Final Report - Garlic Branch

2011-08-30 Thread Dalai Felinto
I think we are in the right track here. After applying this patch [1] I can change languages without the console error. The only problem now is that the interface does not change (even though I set to translate buttons, tooltip and the other one -- in the outliner). Some languages (i.e. Arabic) ar

Re: [Bf-committers] Guidelines for developer logs, docs & blogs

2011-08-30 Thread Αντώνης Ρυακιωτάκης
It -is- Andrew Wiggin, he just found a way to travel to the past in addition to traveling to the future :) ___ Bf-committers mailing list Bf-committers@blender.org http://lists.blender.org/mailman/listinfo/bf-committers

Re: [Bf-committers] Guidelines for developer logs, docs & blogs

2011-08-30 Thread Tom M
Ton, something else that should be mentioned/discussed is that we now have a patch committed by someone whos 'real name' is an obvious pseudonym (Andrew Wiggin/Ender the main character of Enders Game). We probably need some way to handle folks who want annonymity for their commits. LetterRip On

Re: [Bf-committers] Image Save Bug

2011-08-30 Thread Carsten Wartmann
Am 30.08.2011 16:18, schrieb Thomas Dinges: > I want to save a PNG (that is set in the render settings) and now if I > render and save the image, default there is Multilayer. > Also the Save Image op gives me RGBA as default, rather than RGB as in > the render settings. I found this also today. Ev

Re: [Bf-committers] [Soc-2011-dev] Final Report - Garlic Branch

2011-08-30 Thread xiangquan xiao
One of the problem may be locale names. See http://msdn.microsoft.com/en-us/library/x99tb11d(v=vs.80).aspx We set "en_US" for linux, while should set "english" for Windows. Keep on debuging. 2011/8/30 xiangquan xiao > Actually I don't know much about Windows's locale setting. So the wiki is > r

[Bf-committers] BMesh: fix bmDM_copyEdgeArray, bmDM_copyFaceArray

2011-08-30 Thread Andrew Wiggin
Patch is here http://projects.blender.org/tracker/index.php?func=detail&aid=28429&group_id=9&atid=127 This fixes edge snapping to edges in the same mesh, and *sort of* does the same for face snapping to faces in the same mesh although due to a TODO which I'm currently looking into in bvhutils.c, t

[Bf-committers] BMesh: preparing for merge (proposal)

2011-08-30 Thread Sergey Kurdakov
Hi a minor note on boolean modifier. as anyway there is a new branch https://svn.blender.org/svnroot/bf-blender/branches/carve_booleans/ and because in the past carve was already tried with BMesh (back in 2010) it might be that some time can be saved not to fix old booleans. Regards Sergey

[Bf-committers] Image Save Bug

2011-08-30 Thread Thomas Dinges
Hey Campbell, you introduced a regression in svn 39663. image_ops.c The if checks at the beginning of "save_image_options_init" function are wrong. :) I want to save a PNG (that is set in the render settings) and now if I render and save the image, default there is Multilayer. Also the Save Ima

Re: [Bf-committers] Guidelines for developer logs, docs & blogs

2011-08-30 Thread Ton Roosendaal
Hi, Our bug tracker should facilitate that better I guess... I've seen the Linux patch system to add a disclaimer (you hereby confirm the code is yours or OK to submit) and a license/copyright note. -Ton- Ton Roosendaal

[Bf-committers] New Patch: Advanced Modifier Array 0.5 beta2

2011-08-30 Thread Fabio Russo
Hi!My name is Fabio (ruesp83).This is new patch for add new features the modifier Array: http://www.pasteall.org/24427/cVideo: http://vimeo.com/28236738 P.S.: I tried adding the patch in the tracker, but I get this error: "Error Missing Parameters". The patch is in the tracker:http://projects.bl

Re: [Bf-committers] Learning From Bug Handling at Mozilla

2011-08-30 Thread Ton Roosendaal
Hi Jonathan, Fun read this... I don't know Mozilla projects well though, but to my knowledge a lot of development is handled by the Mozilla Inc company. The article complains that Mozilla didn't yet even assign 1 'triager' full time on reports... which is quite strange? Blender Foundation h

Re: [Bf-committers] Patch: New compositor nodes

2011-08-30 Thread Frédéric van der Essen
On Mon, Aug 29, 2011 at 6:01 PM, Daniel Salazar - 3Developer.com < zan...@gmail.com> wrote: > Fantastic nodes! Color correction nodes are always welcome in my book > :) The pixelise node seems to lack a "relative" mode like the blur > node has > I'm working on it right now :) > > cheers > > > Da

Re: [Bf-committers] Guidelines for developer logs, docs & blogs

2011-08-30 Thread Davis Sorenson
How does this affect us occasional hobbyist coders that submit a patch now and then? I and many others might write a little code now and then, but I woudn't consider myself a "member of the team working on Blender". (Not to say that I don't feel accepted by the coders or the community! :) ) Should

Re: [Bf-committers] Best way to work with Blender source code?

2011-08-30 Thread Αντώνης Ρυακιωτάκης
Sometimes when new features are introduced, a clean build is necessary, not always though. Generally it is good to build from scratch from time to time or when you get build problems like that. Some terminology stuff too: A branch is technically on the blender svn server. When you modify the local

[Bf-committers] Guidelines for developer logs, docs & blogs

2011-08-30 Thread Ton Roosendaal
Hi all, Blender's growing acceptance in the professional market is much rewarding and a great compliment for everyone who contributed to it! Success is a double-edged sword though... we can't become competitive for commercial products without getting competitors to react to this. Although

Re: [Bf-committers] BMesh: preparing for merge (proposal)

2011-08-30 Thread Howard Trickey
Great plan, Campbell, let's do it! On Mon, Aug 29, 2011 at 11:19 PM, Campbell Barton wrote: > Hi, heres my proposal on merging bmesh with trunk. > > http://wiki.blender.org/index.php/User:Ideasman42/BMeshMergeProposal > > I'd appreciate it if Geoffrey Bantle, Joseph Eagar and Howard Trickey > cou

[Bf-committers] Learning From Bug Handling at Mozilla

2011-08-30 Thread Jonathan Smith
Hey Guys, I was just reading a blog post about bugs with Firefox: http://tylerdowner.wordpress.com/2011/08/27/some-clarification-and-musings/ The post is all about the situation of bug triaging at Mozilla, and how the developers there have been (apparently) not doing so well with the large flow o