[Bf-extensions-cvs] [a2079c2] master: == Amaranth Toolset 1.0.2 == - Version bump, we need 2.74 now because of the file browser region rename (Channels to Tools) - Remove debug print

Pablo Vazquez noreply at git.blender.org
Fri Apr 3 11:53:26 CEST 2015


Commit: a2079c274efee5dbe84ecc31784b420395f00adf
Author: Pablo Vazquez
Date:   Fri Apr 3 11:52:25 2015 +0200
Branches: master
https://developer.blender.org/rBACa2079c274efee5dbe84ecc31784b420395f00adf

== Amaranth Toolset 1.0.2 ==
- Version bump, we need 2.74 now because of the file browser region rename (Channels to Tools)
- Remove debug print

===================================================================

M	amaranth/__init__.py
M	amaranth/scene/debug.py

===================================================================

diff --git a/amaranth/__init__.py b/amaranth/__init__.py
index abdb7ad..e077d2d 100644
--- a/amaranth/__init__.py
+++ b/amaranth/__init__.py
@@ -90,8 +90,8 @@ from amaranth.misc import (
 bl_info = {
     "name": "Amaranth Toolset",
     "author": "Pablo Vazquez, Bassam Kurdali, Sergey Sharybin, Lukas Tönne, Cesar Saez",
-    "version": (1, 0, 1),
-    "blender": (2, 73),
+    "version": (1, 0, 2),
+    "blender": (2, 74),
     "location": "Everywhere!",
     "description": "A collection of tools and settings to improve productivity",
     "warning": "",
diff --git a/amaranth/scene/debug.py b/amaranth/scene/debug.py
index f270260..5f20883 100755
--- a/amaranth/scene/debug.py
+++ b/amaranth/scene/debug.py
@@ -774,7 +774,6 @@ class AMTH_SCENE_OT_list_users_for_x(bpy.types.Operator):
                                         self.__class__.users['MATERIAL'].append(name)
 
 
-        print(self.__class__.libraries)
         self.__class__.libraries = sorted(list(set(self.__class__.libraries)))
 
         count_lib = 0



More information about the Bf-extensions-cvs mailing list