Home
last modified time | relevance | path

Searched refs:ale_setting (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/animation/
H A Danim_channels_defines.c4625 bAnimListElem *ale_setting = (bAnimListElem *)ale_npoin; in achannel_setting_flush_widget_cb() local
4636 if (!ale_setting) { in achannel_setting_flush_widget_cb()
4640 if (ale_setting->type == ANIMTYPE_GPLAYER) { in achannel_setting_flush_widget_cb()
4643 bGPdata *gpd = (bGPdata *)ale_setting->id; in achannel_setting_flush_widget_cb()
4652 if (ale_setting->id) { in achannel_setting_flush_widget_cb()
4653 DEG_id_tag_update(ale_setting->id, ID_RECALC_ANIMATION); in achannel_setting_flush_widget_cb()
4655 if (ale_setting->adt && ale_setting->adt->action) { in achannel_setting_flush_widget_cb()
4657 DEG_id_tag_update(&ale_setting->adt->action->id, ID_RECALC_ANIMATION); in achannel_setting_flush_widget_cb()
4666 on = ANIM_channel_setting_get(&ac, ale_setting, setting); in achannel_setting_flush_widget_cb()
4678 ANIM_flush_setting_anim_channels(&ac, &anim_data, ale_setting, setting, on); in achannel_setting_flush_widget_cb()
H A Danim_channels_edit.c596 bAnimListElem *ale_setting, in ANIM_flush_setting_anim_channels() argument
615 if ((ale->data == ale_setting->data) && (ale->type == ale_setting->type)) { in ANIM_flush_setting_anim_channels()
619 if (ale->id == ale_setting->id) { in ANIM_flush_setting_anim_channels()
631 const bAnimChannelType *acf = ANIM_channel_get_typeinfo(ale_setting); in ANIM_flush_setting_anim_channels()
640 matchLevel = (acf->get_offset) ? acf->get_offset(ac, ale_setting) : 0; in ANIM_flush_setting_anim_channels()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/include/
H A DED_anim_api.h619 bAnimListElem *ale_setting,