There are four types of samples included in the Maya devkit. All samples can be found under the devkit directory in devkitBase.
C++ plug-ins. These compiled plug-ins are located in the plug-ins directory.
Python scripted plug-ins. These scripts are located in the scripted directory under plug-ins. Samples beginning in "py" use Maya Python API 2.0. All other samples use Maya Python API 1.0.
C# plug-ins. These compiled plug-ins are located in the dotnet folder.
Standalone applications. These applications make API calls to access Maya in batch mode. Samples are located in the applications directory. A sample standalone Python script is available under the scripted subdirectory.
Important: Some samples require third-party libraries to compile or run. Most notably, any plug-in sample that begins with
abccannot be built without additional libraries not included with Maya. Do not attempt to build these samples.
The following naming convention is used for the samples.