Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlijenstina <lijenstina@gmail.com>2017-07-04 15:23:00 +0300
committerlijenstina <lijenstina@gmail.com>2017-07-04 15:23:00 +0300
commit759595b17b3a4b04f800d2c12e2af80aa63e4c29 (patch)
treea6090ceff253b3e49d1a05aa11c45c9615a3385e
parent1676f4aa71bc93be768fcaa60325d17320b7775a (diff)
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
-rw-r--r--kinoraw_tools/__init__.py4
1 files changed, 1 insertions, 3 deletions
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",