[Bf-extensions-cvs] [759595b1] master: Kinoraw Tools: Remove a leftout debug print

lijenstina noreply at git.blender.org
Tue Jul 4 14:23:53 CEST 2017


Commit: 759595b17b3a4b04f800d2c12e2af80aa63e4c29
Author: lijenstina
Date:   Tue Jul 4 14:23:00 2017 +0200
Branches: master
https://developer.blender.org/rBA759595b17b3a4b04f800d2c12e2af80aa63e4c29

Kinoraw Tools: Remove a leftout debug print

Bumped version to 0.5.2
Remove a not needed debug print from the add-on preferences
missed in the previous commit

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

M	kinoraw_tools/__init__.py

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

diff --git a/kinoraw_tools/__init__.py b/kinoraw_tools/__init__.py
index c029281b..fe2946f9 100644
--- a/kinoraw_tools/__init__.py
+++ b/kinoraw_tools/__init__.py
@@ -19,7 +19,7 @@
 bl_info = {
     "name": "Kinoraw Tools",
     "author": "Carlos Padial, Turi Scandurra",
-    "version": (0, 5, 1),
+    "version": (0, 5, 2),
     "blender": (2, 74, 0),
     "location": "Sequencer",
     "description": "Compilation of tools to improve video editing with Blender's VSE",
@@ -70,8 +70,6 @@ class KinorawToolsAddon(AddonPreferences):
     bl_idname = __package__
     bl_option = {'REGISTER'}
 
-    print("package is ", __package__)
-
     # extra_actions
     kr_show_tools = BoolProperty(
             name="Show tools",



More information about the Bf-extensions-cvs mailing list