Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/animation/anim_deps.c
| Context not available. | |||||
| ANIM_list_elem_update(ac->scene, ale); | ANIM_list_elem_update(ac->scene, ale); | ||||
| } | } | ||||
| } | } | ||||
| else if (ale->update) { | |||||
| if (G.debug & G_DEBUG) { | |||||
| printf("%s: Unhandled animchannel updates (%d) for type=%d (%p)\n", | |||||
| __func__, ale->update, ale->type, ale->data); | |||||
| } | |||||
| /* Prevent crashes in cases where it can't be handled */ | |||||
| ale->update = 0; | |||||
| } | |||||
| BLI_assert(ale->update == 0); | BLI_assert(ale->update == 0); | ||||
| } | } | ||||
| Context not available. | |||||