RNA: re-enable update notifier flags

This was causing too many missing updates and each need investigation
which won't happen before beta.
This commit is contained in:
Campbell Barton 2018-11-19 21:00:14 +11:00
parent 6fe1b7158b
commit 9b8d479e41
Notes: blender-bot 2023-02-14 05:26:56 +01:00
Referenced by issue #57919, Real Time Refresh Issue
Referenced by issue #57898, Motion tracking 'Display what the algorithm sees in the preview' not working while testing R or G or B options
Referenced by issue #56352, Physics (parent task)
1 changed files with 1 additions and 1 deletions

View File

@ -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) {