Merge remote-tracking branch 'origin/blender-v2.91-release'

This commit is contained in:
Dalai Felinto 2020-11-06 12:29:45 +01:00
commit 3310e6d63e
1 changed files with 1 additions and 1 deletions

View File

@ -3621,7 +3621,7 @@ static PyObject *pyrna_struct_is_property_set(BPy_StructRNA *self, PyObject *arg
{
PropertyRNA *prop;
const char *name;
bool use_ghost = false;
bool use_ghost = true;
PYRNA_STRUCT_CHECK_OBJ(self);