Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_color.c
| Show First 20 Lines • Show All 676 Lines • ▼ Show 20 Lines | |||||
| { | { | ||||
| ID *id = ptr->owner_id; | ID *id = ptr->owner_id; | ||||
| if (!id) { | if (!id) { | ||||
| return; | return; | ||||
| } | } | ||||
| if (GS(id->name) == ID_SCE) { | if (GS(id->name) == ID_SCE) { | ||||
| DEG_id_tag_update(id, 0); | |||||
| WM_main_add_notifier(NC_SCENE | ND_SEQUENCER, NULL); | WM_main_add_notifier(NC_SCENE | ND_SEQUENCER, NULL); | ||||
| } | } | ||||
| } | } | ||||
| /* this function only exists because #BKE_curvemap_evaluateF uses a 'const' qualifier */ | /* this function only exists because #BKE_curvemap_evaluateF uses a 'const' qualifier */ | ||||
| static float rna_CurveMapping_evaluateF(struct CurveMapping *cumap, | static float rna_CurveMapping_evaluateF(struct CurveMapping *cumap, | ||||
| ReportList *reports, | ReportList *reports, | ||||
| struct CurveMap *cuma, | struct CurveMap *cuma, | ||||
| ▲ Show 20 Lines • Show All 641 Lines • Show Last 20 Lines | |||||