PDA

View Full Version : Managing controller objects


ronviers
11-18-2008, 09:54 AM
Hi,
I have been keeping my controller objects, which are nurbs curves in the shape of arrows, in a separate maya project. To use them I have been loading that project and copy then ones I need, then open my working scene and paste them. I would like to be able to access them using mel from the working scene but I do not know how to move individual objects from one scene to another. Does anyone know how I can do that or have suggestions for better ways to manage controller objects?

Thanks,
Ron

XminusOne
11-18-2008, 01:32 PM
There's control object scripts all over. The one I like to use can be found at www.rigging101.com (http://www.rigging101.com) and it's called 101rigWirecontrollers;. Hope that is what you're looking for, didn't quite understand the question.

GiantG
11-18-2008, 01:35 PM
I don't know if i get you right, but you can use scripts fom highend3d like this here:
http://www.highend3d.com/maya/downloads/mel_scripts/character/controllers-5423.html

If you have spezial controllers made by yourself, just execute them and drag the commands out of the script editor to your shelf.

Rockalicious
11-18-2008, 02:09 PM
You can import the controller objects into your working scene.

ronviers
11-18-2008, 04:14 PM
Thanks for all the replies. I think 'import' is the way I would like to go but my documentation does not list an import command. What is the mel I need to bring an object in?



If the path to the source scene is:



C:\Documents and Settings\Ron Viers\Ron's Documents\maya\projects\controllers\scenes



In a scene called:



controllers.mp



An object called:



x_crv



And the destination scene path is:



C:\Documents and Settings\Ron Viers\Ron's Documents\maya\projects\creature1\scenes

BTW, I'm using PLE 8.5.

Rockalicious
11-18-2008, 05:10 PM
File > Import...

You'd import the whole scene. So either you import it all, then delete the controls you don't want, or make new scenes each containing a different control.

The mel command would be:

file -i "C:/Documents and Settings/Ron Viers/Ron's Documents/maya/projects/controllers/scenes";

ronviers
11-18-2008, 05:33 PM
Great! I looked at the file category but overlooked the file command and I was not having any luck with google. Thanks:)

Thanks to everyone else for their valuable suggestions.

CGTalk Moderation
11-18-2008, 05:33 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.