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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-11-04 18:12:51 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-11-04 18:13:21 +0300
commit4ff6e08a6df9dedfe26df539c1147481da07a9de (patch)
treedcf706156e2e0ce32a2f888c4368d390741fa6ad /release
parent321a609caa3c78f3c0fb14f6eae9d9f4c8e1b8a7 (diff)
Tracking: Solve annoying "script needs updating" warning printed to the console
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_clip.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_clip.py b/release/scripts/startup/bl_ui/space_clip.py
index ed4a78420d8..d0f4b5a0df9 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):