I have an armature running actions, but the actuator is controlled from within the armature’s parent object. I would really prefer to keep the logic within the parent object as much as possible, and it’d be great to just ask the actuator directly for the frame it’s on: is this doable in any fashion?
I know I can just assign the value to a property within the armature and just go around and fetch it, but that strikes me as a very inelegant solution.
EDIT: I’m an idiot. I thought “frame” couldn’t be used to see which frame the actuator’s on, and could only assign value.