Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dalai@blender.org>2020-11-06 14:29:45 +0300
committerDalai Felinto <dalai@blender.org>2020-11-06 14:29:45 +0300
commit3310e6d63ed229ec8f92fa7f630e8680204f6073 (patch)
treedbaa57d1bea8c45db944e5b0cf384d5985468a9d /source/blender/python
parent3b77c670f01194e3621390a8ded425e748eace8d (diff)
parentb35e3f24600e9a4b0af0b44e06cb7d0218eaa6ac (diff)
Merge remote-tracking branch 'origin/blender-v2.91-release'
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/intern/bpy_rna.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/intern/bpy_rna.c b/source/blender/python/intern/bpy_rna.c
index 75bf639b890..c16715b46fb 100644
--- a/source/blender/python/intern/bpy_rna.c
+++ b/source/blender/python/intern/bpy_rna.c
@@ -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);