Blender Git Loki
Git Commits -> Revision a856de7
Revision a856de7 by Hans Goudey (master) July 6, 2020, 17:17 (GMT) |
Fix T77730: ShaderFx Missing Update Notifier This adds a notification type for shaderfx so the properties editor can be properly notified to redraw. Another possible solution would be to also redraw the shaderfx tab with a ND_MODIFIER update, but this solution allows us to avoid some unecessary redraws too. There were no existing cases of ND_OBJECT | NC_MODIFIER updates, so those cases were removed from buttons_area_listener. Differential Revision: https://developer.blender.org/D8159 |
Commit Details:
Full Hash: a856de700b4274ebc1735aa349f7425c7c23cbfc
Parent Commit: f6f4043
Lines Changed: +63, -64
5 Modified Paths:
/source/blender/editors/object/object_shader_fx.c (+5, -5) (Diff)
/source/blender/editors/space_buttons/space_buttons.c (+3, -7) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_shader_fx.c (+52, -52) (Diff)
/source/blender/windowmanager/WM_types.h (+1, -0) (Diff)
/source/blender/editors/space_buttons/space_buttons.c (+3, -7) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_shader_fx.c (+52, -52) (Diff)
/source/blender/windowmanager/WM_types.h (+1, -0) (Diff)