Wednesday, April 17, 2013

Maya Plug-In

The simplest way to start developing commands by using plug-ins is to look at the simplest possible example. The Maya devkit folder contains sevel example commands.

So I add helloworld plug-in by using Plug-in Manager:
Then print “Hello World!” should be as simple as type:

import maya.cmds as cmds;
cmds.spHelloWorld()

No comments:

Post a Comment