1. Introduction
2. About the presenter
3. Agenda
4. Working with Nodes
5. Attribute definition
6. The Maya plug-in Wizard for Visual Studio
7. Your first C++ Dependency Graph Node plug-in
8. Your first Python Dependency Graph Node plug-in
9. MDataBlock and MDataBlockArray
10. MPlug and Connections
11. MDataHandle and MArrayDataHandle
12. C++ compute() method implementation
13. Python compute() method implementation
14. Connections rules
15. Node diagram
16. The MPxNode class
17. A unique identifier
18. initialize()
19. compute()
20. Registering a Dependency Graph Node into Maya
21. Registering the Node using C++
22. Registering the Node using Python
23. The Maya Dependency Graph
24. The dirty flag propagation
25. Further learning
26. Thank You !
Click here to download the sample code from this presentation.