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 1 additions and 1 deletions
Showing only changes of commit 47c1aba366 - Show all commits

View File

@ -147,7 +147,7 @@ bool ED_object_mode_compat_test(const Object *ob, eObjectMode mode)
} }
break; break;
case OB_GREASE_PENCIL: case OB_GREASE_PENCIL:
if (mode & (OB_MODE_EDIT)) { if (mode & (OB_MODE_EDIT | OB_MODE_PAINT_GPENCIL)) {
return true; return true;
} }
break; break;