[Bf-blender-cvs] [3ea302cf8ef] master: UI: Replace "Grease Pencil" with "Annotation" in user-facing options in the Clip editor

Nicola De Mitri noreply at git.blender.org
Thu Jul 2 23:01:05 CEST 2020


Commit: 3ea302cf8ef5f1d62c8025bfd80412055c800928
Author: Nicola De Mitri
Date:   Thu Jul 2 16:38:10 2020 -0400
Branches: master
https://developer.blender.org/rB3ea302cf8ef5f1d62c8025bfd80412055c800928

UI: Replace "Grease Pencil" with "Annotation" in user-facing options in the Clip editor

This revision affects the menu under: Clip > Track > Detect Features > Placement.
A bit of UI that was probably missed when the legacy GP was renamed to Annotation

{F8647693}

In this state, it may be confusing for the user.

Reviewed By: Blendify

Differential Revision: https://developer.blender.org/D8139

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

M	source/blender/editors/space_clip/tracking_ops_detect.c

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

diff --git a/source/blender/editors/space_clip/tracking_ops_detect.c b/source/blender/editors/space_clip/tracking_ops_detect.c
index dd620e85324..54ec439471d 100644
--- a/source/blender/editors/space_clip/tracking_ops_detect.c
+++ b/source/blender/editors/space_clip/tracking_ops_detect.c
@@ -117,13 +117,13 @@ void CLIP_OT_detect_features(wmOperatorType *ot)
       {1,
        "INSIDE_GPENCIL",
        0,
-       "Inside Grease Pencil",
-       "Place markers only inside areas outlined with Grease Pencil"},
+       "Inside Annotated Area",
+       "Place markers only inside areas outlined with the Annotation tool"},
       {2,
        "OUTSIDE_GPENCIL",
        0,
-       "Outside Grease Pencil",
-       "Place markers only outside areas outlined with Grease Pencil"},
+       "Outside Annotated Area",
+       "Place markers only outside areas outlined with the Annotation tool"},
       {0, NULL, 0, NULL, NULL},
   };



More information about the Bf-blender-cvs mailing list