On Fri, Jun 26, 2009 at 04:17, prabu <[email protected]> wrote:
>
> Hi all,
>
> Do anybody tried using "shave and haircut" command "shaveWriteRib" in
> python...
> Is there any way to use it in python....
>
> How to use custom developed MEL command (ie user defined mel command
> (or) mel command associated only with certain plugin) in python...
>
You access plugin commands the same as you would normal Maya commands:
import maya.cmds as cmds
cmds.shaveWriteRib('/home/deane/shave.rib')
--
-deane
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/python_inside_maya
-~----------~----~----~----~------~----~------~--~---