Blender Git Commit Log

Git Commits -> Revision 0fdfff5

November 4, 2017, 04:43 (GMT)
Fix: GP modifiers not updating when properties changed

Added back an explicit call to BKE_gpencil_batch_cache_dirty()
in the rna update callback for GPencil modifier properties.

However, instead of polluting the general rna_Modifier_update(),
this time we do this in a special wrapper/update callback for
dedicated GP modifier usage.

I'm unsure why the depsgraph isn't properly updating this case
- there's probably a missing relation between modifier properties
and GP ubereval (which calls the tagging), but where?!

Commit Details:

Full Hash: 0fdfff51d9d272a51cf290a4363fba013fb09923
Parent Commit: 30780a4
Lines Changed: +117, -99

1 Modified Path:

/source/blender/makesrna/intern/rna_modifier.c (+117, -99) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021