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
This commit is contained in:
Nicola De Mitri 2020-07-02 16:38:10 -04:00 committed by Aaron Carlisle
parent f3e4a3473e
commit 3ea302cf8e
1 changed files with 4 additions and 4 deletions

View File

@ -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},
};