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

This commit is contained in:
Sergey Sharybin 2015-11-04 20:12:51 +05:00
parent 321a609caa
commit 4ff6e08a6d
Notes: blender-bot 2023-02-14 10:01:16 +01:00
Referenced by issue #42020, BGE crashes when LibLoading multiple files asynchronously
1 changed files with 1 additions and 0 deletions

View File

@ -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):