Animation callback doesn't provide data #229

Closed
opened 2026-01-28 04:20:18 +00:00 by john · 0 comments
Owner

Animation Callback Passes (None, None)

// Animation.cpp:409-413
PyObject* args = PyTuple_New(2);
PyTuple_SetItem(args, 0, Py_None);  // animation parameter
PyTuple_SetItem(args, 1, Py_None);  // target parameter
// TODO: In future, create PyAnimation wrapper

Problem: Animation completion callbacks can't access animation state or target.

### Animation Callback Passes (None, None) ```cpp // Animation.cpp:409-413 PyObject* args = PyTuple_New(2); PyTuple_SetItem(args, 0, Py_None); // animation parameter PyTuple_SetItem(args, 1, Py_None); // target parameter // TODO: In future, create PyAnimation wrapper ``` **Problem**: Animation completion callbacks can't access animation state or target.
john closed this issue 2026-01-28 23:51:03 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
john/McRogueFace#229
No description provided.