Example Applications and Plug-ins
The Maya devkit comes with example plug-ins, and applications.
You need to set up your environment as described in Setting up your build environment before building the examples.
On Windows, the plug-in examples are located in %DEVKIT_LOCATION%\devkit\plug-ins
, and the standalone application examples are located in %DEVKIT_LOCATION%\devkit\applications
.
On Linux and macOS, the plug-in examples are located in $DEVKIT_LOCATION/devkit/plug-ins/
and the standalone application examples are located in $DEVKIT_LOCATION/devkit/applications/
.
Examples can change between releases. This includes their node IDs. Node IDs are used to uniquely identify nodes and plug-ins. If you will be using examples in production, or basing your own plug-ins on the example plug-ins, please obtain a unique node ID from https://mayaid.autodesk.io.