Creating a straight line motion path for a camera using Maya C++ Api

Creating a straight line motion path for a camera using Maya C++ Api

Anonymous
Not applicable
689 Views
4 Replies
Message 1 of 5

Creating a straight line motion path for a camera using Maya C++ Api

Anonymous
Not applicable
Hello everyone ! I'm a complete beginner to Maya and the Maya API. I'm working on a project and for it I need to be able to create a straight line motion path and attach a camera to it. Once the camera moves along that path completely, I also need to render it from the camera's view, all with the Maya API

I don't know how to even get started with this process and I'm finding the documentation pretty hard to understand !. Could anyone help me out with this ?

Thank you !
0 Likes
690 Views
4 Replies
Replies (4)
Message 2 of 5

mspeer
Consultant
Consultant

Hi!

 

Do you really need to do this with C++ / API?

This should be doable in just a few seconds within Maya UI or a simple MEL script.

0 Likes
Message 3 of 5

Anonymous
Not applicable
Thank you for the response !. If it is simpler with MEL, then I will definitely try that. But I'm completely new to MEL too !. Do you have any idea how to go about the process ?
0 Likes
Message 4 of 5

mspeer
Consultant
Consultant

Hi!

 

You can do this with the UI and watch the commands used in the Script Editor.

 

Also the documentation for MEL is very good.

Please read the Maya Online Help / Documentation for more details.

0 Likes
Message 5 of 5

Anonymous
Not applicable
Thank you so much ! Will try it. Will comment on this thread again should I run into any more doubts !.
0 Likes