[Bf-blender-cvs] [4ff6e08] master: Tracking: Solve annoying "script needs updating" warning printed to the console

Sergey Sharybin noreply at git.blender.org
Wed Nov 4 16:13:45 CET 2015


Commit: 4ff6e08a6df9dedfe26df539c1147481da07a9de
Author: Sergey Sharybin
Date:   Wed Nov 4 20:12:51 2015 +0500
Branches: master
https://developer.blender.org/rB4ff6e08a6df9dedfe26df539c1147481da07a9de

Tracking: Solve annoying "script needs updating" warning printed to the console

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

M	release/scripts/startup/bl_ui/space_clip.py

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

diff --git a/release/scripts/startup/bl_ui/space_clip.py b/release/scripts/startup/bl_ui/space_clip.py
index ed4a784..d0f4b5a 100644
--- a/release/scripts/startup/bl_ui/space_clip.py
+++ b/release/scripts/startup/bl_ui/space_clip.py
@@ -520,6 +520,7 @@ class CLIP_PT_tools_object(CLIP_PT_reconstruction_panel, Panel):
     bl_space_type = 'CLIP_EDITOR'
     bl_region_type = 'TOOLS'
     bl_label = "Object"
+    bl_category = "Solve"
 
     @classmethod
     def poll(cls, context):




More information about the Bf-blender-cvs mailing list