[Bf-committers] Blender 2.67b release AHOY!

Bartek Skorupa (priv) bartekskorupa at bartekskorupa.com
Thu May 30 20:36:08 CEST 2013


Hi,

It seems that I made a mistake that I would like to apologize for.
On May 27th I made a list of my commits that I wanted to be included in 2.67b release.
It is all related to node_efficiency_tools.py add on.

In trunk the version is ok, but in my list I omitted one very important commit that removed one syntax error.
My list was as follows:

Here's the list of commits:
4514, 4515, 4534, 4537, 4538 and 4541

I ommited commit 4539 that was:

Revision: 4539
         http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=4539
Author:   bartekskorupa
Date:     2013-05-17 17:45:56 +0000 (Fri, 17 May 2013)
Log Message:
-----------
Bug fix. Simple syntax error. Sorry

Modified Paths:
--------------
   trunk/py/scripts/addons/node_efficiency_tools.py

Modified: trunk/py/scripts/addons/node_efficiency_tools.py
===================================================================
--- trunk/py/scripts/addons/node_efficiency_tools.py	2013-05-17 17:20:20 UTC (rev 4538)
+++ trunk/py/scripts/addons/node_efficiency_tools.py	2013-05-17 17:45:56 UTC (rev 4539)
@@ -1124,7 +1124,7 @@
        valid = False
        if (space.type == 'NODE_EDITOR' and
                space.node_tree is not None and
-                context.active_node is not None and
+                context.active_node is not None
                ):
            valid = True
        return valid

Because this commit was omitted now in official release we have syntax error.
This is my mistake. I did fix the bug, but when creating list of commits to be included I omitted this very important one.
I am very sorry for that.
Is there any way of fixing this at this point?

With Respect
Bartek Skorupa

www.bartekskorupa.com

On 29 maj 2013, at 19:51, Campbell Barton <ideasman42 at gmail.com> wrote:

> Lets hope this is the last 2.67 release :)
> 
> Information for platform maintainers:
> tag: blender-2.67b-release
> tag revision: 57123
> addons revision: 4542
> locale revision: 1888
> 
> To avoid doing a full checkout of svn.
> 
> # first ensure no local changes
> svn revert -R .
> # check for no additional source files
> svn st
> # switch to the release tag
> svn switch https://svn.blender.org/svnroot/bf-blender/tags/blender-2.67b-release/blender
> 
> For reference, list of revs merged:
> http://wiki.blender.org/index.php/User:Ideasman42/267b_bugfix
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at blender.org
> http://lists.blender.org/mailman/listinfo/bf-committers



More information about the Bf-committers mailing list