Forum: Poser - OFFICIAL


Subject: camera controls from python..?

cortic opened this issue on Jun 26, 2012 · 3 posts


cortic posted Tue, 26 June 2012 at 3:26 AM

OK, I'm trying to map camera controls (pan, rotate, tilt) to quick keys and then to buttons on my mouse (rat 5) i have learned how to make a python script work with a quick-key (thread_id=2849458) but now I'm stuck at camera controls. have went through all the existing quick keys and can't find camera controls (only keys to switch camera), so; does anyone know how to access the camera controls through python? Thanks.


Dizzi posted Tue, 26 June 2012 at 6:23 AM

What do you intend to do? Move the camera when pressing a button? (Why would you want that?) 

Or move the camera with the mouse while holding a button? (See my camera script)

Or move the camera while pressing a key (that's a built in function)... 



cortic posted Tue, 26 June 2012 at 8:22 AM

Dizzi, thank you sir.  that is exactly what I was after, I've now run out of buttons on my mouse lol.  great script :)