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:
authorCampbell Barton <ideasman42@gmail.com>2018-11-19 13:00:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-19 13:30:54 +0300
commit9b8d479e41492ce59f6cbf614098304aa3a22e4f (patch)
tree5e7c36af2093d2c81bc61fd1ee8e365bc52ea644 /source/blender/makesrna/intern/rna_access.c
parent6fe1b7158bb9b562e2213f9a976b293e3902545d (diff)
RNA: re-enable update notifier flags
This was causing too many missing updates and each need investigation which won't happen before beta.
Diffstat (limited to 'source/blender/makesrna/intern/rna_access.c')
-rw-r--r--source/blender/makesrna/intern/rna_access.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_access.c b/source/blender/makesrna/intern/rna_access.c
index a0ceb6ce66a..cb6f62d35eb 100644
--- a/source/blender/makesrna/intern/rna_access.c
+++ b/source/blender/makesrna/intern/rna_access.c
@@ -2084,7 +2084,7 @@ static void rna_property_update(bContext *C, Main *bmain, Scene *scene, PointerR
prop->update(bmain, scene, ptr);
}
-#if 0
+#if 1
/* TODO(campbell): Should eventually be replaced entirely by message bus (below)
* for now keep since COW, bugs are hard to track when we have other missing updates. */
if (prop->noteflag) {