Blender Git Loki
Git Commits -> Revision 0fdfff5
Revision 0fdfff5 by Joshua Leung (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) 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)