Add missing GPencil `IDTYPE_FLAGS_APPEND_IS_REUSABLE` flag.

Forgot that one in rB794c2828af60.

Noted by Antonio Vazquez (@antoniov), thanks.
This commit is contained in:
Bastien Montagne 2021-09-23 11:28:39 +02:00
parent b801e86f8b
commit b63f777950
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ IDTypeInfo IDType_ID_GD = {
.name = "GPencil",
.name_plural = "grease_pencils",
.translation_context = BLT_I18NCONTEXT_ID_GPENCIL,
.flags = 0,
.flags = IDTYPE_FLAGS_APPEND_IS_REUSABLE,
.init_data = NULL,
.copy_data = greasepencil_copy_data,