RNA: disable notifiers from property updates

This was re-enabled because it made copy-on-write bugs hard to
track down.

Since copy-on-write implementation has been simplified
this isn't a problem anymore.
This commit is contained in:
Campbell Barton 2018-10-17 16:14:58 +11:00
parent 8ecec995ed
commit 7ce387b1cd
1 changed files with 1 additions and 1 deletions

View File

@ -2070,7 +2070,7 @@ static void rna_property_update(bContext *C, Main *bmain, Scene *scene, PointerR
prop->update(bmain, scene, ptr);
}
#if 1
#if 0
/* 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) {