Initial Grease Pencil 3.0 stage #106848

Merged
Falk David merged 224 commits from filedescriptor/blender:grease-pencil-v3 into main 2023-05-30 11:14:22 +02:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit d337e69eba - Show all commits

View File

@ -471,6 +471,8 @@ uint64_t BKE_library_id_can_use_filter_id(const ID *id_owner)
case ID_IP:
/* Deprecated... */
return 0;
case ID_GP:
return FILTER_ID_GP | FILTER_ID_MA;
}
BLI_assert_unreachable();