Re: [Bf-committers] [GSoC] OpenGL 2D Drawing API

2016-03-22 Thread Chris Stankus
Hey, I've submitted a draft proposal and figured I should also share it on the mailing list for comment, it's available here: https://docs.google.com/document/d/1wd7e2I9wMVzP1m0d50uoi50ZlmzwEwfkIXQjpEc6Hwg/edit?usp=sharing On Sun, Mar 20, 2016 at 5:59 PM, Mike Erwin wrote: > Hi Chris, welcome!

Re: [Bf-committers] Google Summer of Code 2016 - Solidify Modifier

2016-03-22 Thread Xavier Thomas
Hi, The 2 obvious problem of this modifier for me: - The geometry self intersect when the thickness gets too high for the curvature. - When we want to solidify only a part of a mesh (using vertex weights), it generated duplicate faces on the part we don't solidify. Forcing the using to apply the m

Re: [Bf-committers] Windows 32bit opengl driver problem

2016-03-22 Thread Sergey Sharybin
Hi, Do you have any error message displayed or printed to the console? On Wed, Mar 23, 2016 at 12:00 AM, Ivam Pretti wrote: > Hi there, is just me or there is something wrong with the 2.77 32bit zip > version? > > It doesnt open, I tried in two diferent computers with two different > versions o

[Bf-committers] Windows 32bit opengl driver problem

2016-03-22 Thread Ivam Pretti
Hi there, is just me or there is something wrong with the 2.77 32bit zip version? It doesnt open, I tried in two diferent computers with two different versions of windows. ___ Bf-committers mailing list Bf-committers@blender.org http://lists.blender.org/

Re: [Bf-committers] potential buffer overflow in editors/space_file/file_ops.c

2016-03-22 Thread Campbell Barton
Thanks for the report, committed a different fix to master that avoid using strncat https://developer.blender.org/rB46dd04faed2c6718b3d1f9d7a72bd246c66909e1 On Wed, Mar 23, 2016 at 1:31 AM, Dave Plater wrote: > Hi, > I maintain blender in openSUSE and I got this message from our build service > b

Re: [Bf-committers] [GSoC] Cycles Denoiser

2016-03-22 Thread Fabrizio Destro
I didn't think about it, but it shouldn't be a problem creating a stand-alone binary. On Tue, Mar 22, 2016 at 4:15 PM, François T. wrote: > Are you thinking of having denoiser as an extra binary like for Renderman ? > So it could be use with other renderer and/or outside of blender as well ? > >

Re: [Bf-committers] [GSoC] Cycles Denoiser

2016-03-22 Thread François T .
Are you thinking of having denoiser as an extra binary like for Renderman ? So it could be use with other renderer and/or outside of blender as well ? 2016-03-22 15:46 GMT+01:00 Fabrizio Destro : > Thank you for your feedback. I am going to read them. > I am currently working on my proposal, all

Re: [Bf-committers] [GSoC] Cycles Denoiser

2016-03-22 Thread Fabrizio Destro
Thank you for your feedback. I am going to read them. I am currently working on my proposal, all suggestions are welcome https://docs.google.com/document/d/18UkmWPSoMutiJaxr5mXDkkB4ccyqu0nC19xVb2qdq-0/edit?usp=sharing On Tue, Mar 22, 2016 at 11:16 AM, Sergey Sharybin wrote: > > Hi, > > General

Re: [Bf-committers] Normal Editing Tools (GSOC 2016)

2016-03-22 Thread Stefan Büttner
Hey Bastien, thanks for the input. I'm reading the implementation currently. Also shared the draft on the GSoC site. You can find it here: /https://docs.google.com/document/d/1TlPlcBGh5n5T5FZslJbMk-vSbM-tpC7-CLBPXn94GaA/edit?usp=sharing/ / /Cheers/, /Stefan/ / On 03/22/2016 02:23 PM, Bastien Mont

[Bf-committers] potential buffer overflow in editors/space_file/file_ops.c

2016-03-22 Thread Dave Plater
Hi, I maintain blender in openSUSE and I got this message from our build service building blender-2.77 for the first time: I: Statement might be overflowing a buffer in strncat. Common mistake: BAD: strncat(buffer,charptr,sizeof(buffer)) is wrong, it takes the left over size as 3rd argument GO

Re: [Bf-committers] Normal Editing Tools (GSOC 2016)

2016-03-22 Thread Bastien Montagne
Hi Stefan, Answered mostly already in IRC and with comments on draft gdoc (suggest you share the link here, others might be interested to check too). Just adding here some more general info about custom normals in our code: * They are stored as some kind of diff from vertex (aka smooth) normals,

Re: [Bf-committers] [GSoC] Improved threadability of Compositor nodes

2016-03-22 Thread Matheus Sousa Faria
Hi, Done: https://developer.blender.org/D1867 Thanks, Matheus de Sousa Faria On Tue, Mar 22, 2016 at 7:20 AM Sergey Sharybin wrote: > Hi, > > We've got a patch tracker. Check on "Submit Code" on the front page of > developer.blender.org. > > On Tue, Mar 22, 2016 at 3:19 AM, Matheus Sousa Faria

Re: [Bf-committers] Git repository

2016-03-22 Thread PerfectionCat
@Sergey: Thank you for your reply. Because I needed it more than five minutes to update 5MB data, I have reported it. (The speed of the network line which I use is 300MB/sec.) I confirmed it a moment ago, but seem to return to conventional speed. Thank you. PerfectionCat - Original Mess

[Bf-committers] Length

2016-03-22 Thread Blender Attitude
"imho for just entering the value in a input box, you must handle properly (and user should be aware of it) what happens with multiple selections, and to which side is modified the length. In the case shown you can visually see to which side will be modified the length (depending on which side of

Re: [Bf-committers] Git repository

2016-03-22 Thread Sergey Sharybin
Seems to be regular speed here. We had some DNS issues yesterday which should be fixed now. Is Git still slow for you? On Tue, Mar 22, 2016 at 5:34 AM, PerfectionCat wrote: > Hello Devs. > > Git repository is very very very very slow. > May facilities be broken? > > PerfectionCat > Best Regard.

Re: [Bf-committers] [GSoC] Improved threadability of Compositor nodes

2016-03-22 Thread Sergey Sharybin
Hi, We've got a patch tracker. Check on "Submit Code" on the front page of developer.blender.org. On Tue, Mar 22, 2016 at 3:19 AM, Matheus Sousa Faria < matheus.sousa.fa...@gmail.com> wrote: > Hi, > > I've spotted a bug on the GlareSimpleStar. It turns out that the second > for-loop used on the

Re: [Bf-committers] OpenGL 2D Drawing API GSoC

2016-03-22 Thread Sergey Sharybin
Hi, About where to start: did you check this page [1] already? Not sure why you'll want emails of potential mentors, just keep conversation public here. There are more people here in this list which could help you than possible mentors anyway. [1] https://wiki.blender.org/index.php/Dev:Ref/Googl

Re: [Bf-committers] [GSoC] Cycles Denoiser

2016-03-22 Thread Sergey Sharybin
Hi, General idea of denoisers is to blur noisy areas. Now, how to detect if the area is noisy or not? There are several approaches to this: it could be image-space variance based approach or it could be an approach based on per-pixel variance. The later one seemed to be more promising from own exp

Re: [Bf-committers] How to Manage Incomplete Tasks that have the Requested Information

2016-03-22 Thread Sergey Sharybin
Is it a proposal to automatically change task status to "Needs Triage" when a comment added? It's a bit tricky, because: - You can't rely on the fact that only author's comment gives required bit of information -- other user and/or developer could provide needed info. - More than one developer ca

Re: [Bf-committers] How to Manage Incomplete Tasks that have the Requested Information

2016-03-22 Thread Bastien Montagne
I do not see why we'd use 'need triage' when waiting for OP, 'need triage' means no dev had a look at it so far. Incomplete is totally fine when some data is missing. And it does not get forgotten, since we only keep incomplete tasks alive about one week, even if we forgot to come back immediat

[Bf-committers] GSoC 2016 Proposal for solidify modifier

2016-03-22 Thread Wu, Longhua
Hello there, My name is Longhua Wu, a first-year PhD student from The Ohio State University. I am very interested in the project "Higher quality solidify modifier". I notice that some other students have already posted their proposals. Well, I have some new thoughts and provide another solutio

Re: [Bf-committers] [GSoC 2016] Sculpting Tools

2016-03-22 Thread Campbell Barton
On Mon, Mar 21, 2016 at 10:08 PM, Jiang Cecil wrote: > Hi, > > My name is Kairong Jiang. I'm a third-year undergraduate student of > Zhejiang University and I major in computer science. I have been working > under professor Yue Chen on a VTK-based program and I'm interested in > making better scul