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:
authorNicola De Mitri <nicolasap>2020-07-02 23:38:10 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2020-07-02 23:40:42 +0300
commit3ea302cf8ef5f1d62c8025bfd80412055c800928 (patch)
tree127688f66ebcb241d694b5f1e255c8867ce75fbe /source/blender/editors/space_clip
parentf3e4a3473e29432e75bc8d19855ca3e9cff36c35 (diff)
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
Diffstat (limited to 'source/blender/editors/space_clip')
-rw-r--r--source/blender/editors/space_clip/tracking_ops_detect.c8
1 files changed, 4 insertions, 4 deletions
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},
};