Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_sculpt_paint.c
| Context not available. | |||||
| Paint *paint = ptr->data; | Paint *paint = ptr->data; | ||||
| Brush *br = paint->brush; | Brush *br = paint->brush; | ||||
| BKE_paint_invalidate_overlay_all(); | BKE_paint_invalidate_overlay_all(); | ||||
| WM_main_add_notifier(NC_BRUSH | NA_EDITED, br); | WM_main_add_notifier(NC_BRUSH | NA_SELECTED, br); | ||||
| } | } | ||||
| static void rna_ImaPaint_viewport_update(Main *UNUSED(bmain), Scene *UNUSED(scene), PointerRNA *UNUSED(ptr)) | static void rna_ImaPaint_viewport_update(Main *UNUSED(bmain), Scene *UNUSED(scene), PointerRNA *UNUSED(ptr)) | ||||
| Context not available. | |||||