GPencil: Name Scene Line Art objects "Line Art"

Matching Object and Collection line art type objects.
This commit is contained in:
Pablo Vazquez 2021-05-09 01:51:12 +02:00
parent a9eea6d9dc
commit 1325e95ad5
1 changed files with 1 additions and 0 deletions

View File

@ -1335,6 +1335,7 @@ static int object_gpencil_add_exec(bContext *C, wmOperator *op)
break;
}
case GP_LRT_OBJECT:
case GP_LRT_SCENE:
case GP_LRT_COLLECTION: {
ob_name = "Line Art";
break;