Open GL Context.

Not an issue really

Is there anyway from the python front end of panda to hook up and receive the current open gl context after panda has done its draw calls?
Ideally I would like a hook for after each bin call process, but any hook will suffice.

Thanks for you time.

Use PythonCallbackObject. Example code here:

Excellent, thanks