Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/interface/interface_anim.c
| Context not available. | |||||
| * but works well enough in typical cases */ | * but works well enough in typical cases */ | ||||
| int rnaindex = (but->rnaindex == -1) ? 0 : but->rnaindex; | int rnaindex = (but->rnaindex == -1) ? 0 : but->rnaindex; | ||||
| return rna_get_fcurve_context_ui(but->block->evil_C, &but->rnapoin, but->rnaprop, rnaindex, action, r_driven); | return rna_get_fcurve(&but->rnapoin, but->rnaprop, rnaindex, action, r_driven); | ||||
| } | } | ||||
| void ui_but_anim_flag(uiBut *but, float cfra) | void ui_but_anim_flag(uiBut *but, float cfra) | ||||
| Context not available. | |||||