I’ve been playing around with some Python and the C++ API stuff in maya and at the moment I’m exploring a lot. One of my explorations lead me to a question: is it possible to create custom camera controls in maya? If so, any pointers would be greatly appreciated. Thanks!
What kind of controls are you after? Do you want to add additional controls to the attribute editor?.. by the sounds of it you want to add more in viewport controls?
This is completely doable, it just depends on what you want to do as to the best way to do it… :S way to many to’s and do’s
What I’m trying to do is for example implement FPS camera controls. Now, I know there already is a plugin that does this, but it’s for learning purposes at the moment. The actual camera controls I’ll implement will be a tad different. Anything to point me to that direction would be appreciated, thanks