[Bf-committers] PyThreadState bad_access

2014-07-01 Thread Roman Pogribnyi
Hello, I have a problem running python commands in Blender on mac 10.6.8. The Python.h points to 3.4 Framework version. I get exc_bad_access in PySys_GetObject(path). Having substituted PySys_GetObject with its body, I get the error on PyThreadState_GET(); Any ideas where the problem might be?

[Bf-committers] Proposal for handling bug reports

2014-07-01 Thread Campbell Barton
Recently we've been getting more bug reports, and its getting to a point where I don't think we can usefully manage them. Or, to do so, takes more and more time away from development. A lot of the work ends up being communication and many times they aren't even real bugs. Just the time to reply

Re: [Bf-committers] Proposal for handling bug reports

2014-07-01 Thread Sergey Sharybin
I totally support the proposal. We can start doing it right away :) On Wed, Jul 2, 2014 at 12:36 AM, Campbell Barton ideasma...@gmail.com wrote: Recently we've been getting more bug reports, and its getting to a point where I don't think we can usefully manage them. Or, to do so, takes more

Re: [Bf-committers] Proposal for handling bug reports

2014-07-01 Thread Jacob Merrill
I had a few bugs in the tracker, that were actual bugs, but took a exceedingly long time to sort out and then work around, then not fix because the work around was sufficient. One nice thing would be a place at BA where a bug could get looked at and confirmed as a bug, then submitted, the

Re: [Bf-committers] Proposal for handling bug reports

2014-07-01 Thread Bastien Montagne
I totally support the proposal. We can start doing it right away :) (yes, I’m plagiarizing some famous russian guy here, I know…) Le 01/07/2014 21:07, Sergey Sharybin a écrit : I totally support the proposal. We can start doing it right away :) On Wed, Jul 2, 2014 at 12:36 AM, Campbell

Re: [Bf-committers] Proposal for handling bug reports

2014-07-01 Thread Patrice Bertrand
It seems to me there could be an active open call for volunteers on this matter: you can help Blender with no technical background, help us confirm and substaciate bugs. I think (hope) there are many people out there, willing to do something to help, and feeling sorry they lack the skills. This

Re: [Bf-committers] Proposal for handling bug reports

2014-07-01 Thread Thomas Dinges
I support this. :) Can we automate the process a bit though? Like, if 2 other users can confirm the issue, the report becomes „Confirmed“ and part of the regular BF-Blender project again, or auto close it, if no one can confirm it in 2 weeks. Otherwise we also have to regularly check the

Re: [Bf-committers] Proposal for handling bug reports

2014-07-01 Thread Campbell Barton
@Jacob Merrill, What your suggesting sounds more like a troubleshooting resource, Probably we should have this in our manual - list common gotcha's, solutions. The issue with first reporting issues on a forum is users have to report twice and have logins to both systems, so wouldnt want to make

Re: [Bf-committers] Proposal for handling bug reports

2014-07-01 Thread Campbell Barton
Ok, lets see how this goes: https://developer.blender.org/project/view/50/ On Wed, Jul 2, 2014 at 11:37 AM, Campbell Barton ideasma...@gmail.com wrote: @Jacob Merrill, What your suggesting sounds more like a troubleshooting resource, Probably we should have this in our manual - list common

Re: [Bf-committers] Proposal for handling bug reports

2014-07-01 Thread Fazekas László
Many users forget to add even the basic system informations in the bug reports or probably just don't know what to write there. Perhaps the first few rows of the system-info.txt should be a copy-paste part for bug reports, or let's add a new 'bug report to clipboard' function in the help menu

Re: [Bf-committers] Proposal for handling bug reports

2014-07-01 Thread gandalf3
Would it be possible to make the existing report a bug operator in /info help /automatically fill in the hash and system info? On 07/01/14 22:19, Fazekas László wrote: Many users forget to add even the basic system informations in the bug reports or probably just don't know what to write