Select bone and display curves in IPO Window

When selecting bones via python ( i.e. setting the “sel” property of a posebone) the IPO Windows does not update to show the curves.

I wanted to write a hotkey-script that cycles through the selected bones and shows the according curves in the ipo editor windows. I think if you animate alot it would make a much quicker workflow.

So does anybody know if i can trigger the ipo window to refresh and show me the right posebone curves? I could not find it in the Pythone API Documentation. I even looked at the blender source code, but it is a mystery to me. Still i would be interested in knowing how to patch or how to add my own python commands to the python wrapper.

Hoping for help :slight_smile: