Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [56936] trunk/blender: remove return value from MEM_freeN, it wasn' t used anywhere and was cast to a different function signature

2013-05-21 Thread Sergey Sharybin
No idea how it was harmful, but did you ever try compile blender after such a cleanup? ;) There're lots of "error: ‘return’ with a value, in function returning void" errors in MEM_freeN. On Tue, May 21, 2013 at 1:37 PM, Campbell Barton wrote: > Revision: 56936 > > http://projects.blender.org/scm

Re: [Bf-committers] Blender Developer meeting notes - May 19, 2013

2013-05-21 Thread Sean Olson
I think the general populace has never understood this concept: "We could switch to a different cycle, with odd (unstable) and even (stable)." Things released with a version number are thought to be stable. Releasing known unstable stuff under a number would just bring down the Blender image of q

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [56936] trunk/blender: remove return value from MEM_freeN, it wasn' t used anywhere and was cast to a different function signature

2013-05-21 Thread Campbell Barton
Yep, compiled and checked it didn't crash or cause problems for basic usage. Unfortunately I had WITH_GUARDEDALLOC off (from testing errors with address sanitizer), so it didn't error out here, I see Brecht's resolved the issue. On Tue, May 21, 2013 at 7:03 PM, Sergey Sharybin wrote: > No idea ho

[Bf-committers] Link to 2.67a not right.

2013-05-21 Thread Knapp
The link goes to 2.67 not 2.67a. Not sure if the file is new or what but it is clearly not correct. http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.67a -- Douglas E Knapp Creative Commons Film Group, Helping people make open source movies with open source software! http://douglas.bespi

Re: [Bf-committers] Link to 2.67a not right.

2013-05-21 Thread Thomas Dinges
The "Get the latest release here" leads to the download page on blender.org, and is showing 267a here. Try a Brower refresh. Am 21.05.2013 20:35, schrieb Knapp: > The link goes to 2.67 not 2.67a. Not sure if the file is new or what > but it is clearly not correct. > http://wiki.blender.org/index

Re: [Bf-committers] Link to 2.67a not right.

2013-05-21 Thread Knapp
On Tue, May 21, 2013 at 8:46 PM, Thomas Dinges wrote: > The "Get the latest release here" leads to the download page on > blender.org, and is showing 267a here. > > Try a Brower refresh. Clicking the reload button did the trick. Sort of odd though. Thanks. -- Douglas E Knapp Creative Commons F

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [56558] trunk/blender/release/scripts/ modules/console_python.py: auto indent for multi-line python statements.

2013-05-21 Thread IRIE Shinsuke
Hi Campbell, This behavior is convenient for keyboard inputs, but very annoying when copy&pasting a multiline code from text editor because the indentation unwantedly changed causes IndentationError... Cannot the auto-indent be disabled when pasting a code from clipboard? IRIE Shinsuke 13/05/08