From 13f57237f24a4537bef9c080418c7837f6496a6c Mon Sep 17 00:00:00 2001 From: Antonioya Date: Mon, 29 Jul 2019 12:39:19 +0200 Subject: Fix T67331: Annotations: Rename old grease pencil panels These panels were using the old names, but now they are not grease pencil, but annotations. Also removed old Tools panel. This must be replaced with new Toolbar --- release/scripts/startup/bl_ui/space_clip.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '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 a8a29f03b73..084ba4b36d8 100644 --- a/release/scripts/startup/bl_ui/space_clip.py +++ b/release/scripts/startup/bl_ui/space_clip.py @@ -1204,7 +1204,7 @@ class CLIP_PT_tools_scenesetup(Panel): # Grease Pencil properties -class CLIP_PT_grease_pencil(AnnotationDataPanel, CLIP_PT_clip_view_panel, Panel): +class CLIP_PT_annotation(AnnotationDataPanel, CLIP_PT_clip_view_panel, Panel): bl_space_type = 'CLIP_EDITOR' bl_region_type = 'UI' bl_category = "Annotation" @@ -1762,7 +1762,7 @@ classes = ( CLIP_PT_tools_mask_transforms, CLIP_PT_tools_mask_tools, CLIP_PT_tools_scenesetup, - CLIP_PT_grease_pencil, + CLIP_PT_annotation, CLIP_PT_tools_grease_pencil_draw, CLIP_MT_view, CLIP_MT_clip, -- cgit v1.2.3