top of page



Search


Module 5: Turbo-Charging with GPU Power 🚀💻
Outline Understanding GPU's role in the Maya API. Diving into parallel evaluation and GPU override. Integrating Cuda or OpenCL with Maya nodes and deformers. Best practices for GPU memory management and optimization.
Dilen Shah
Nov 5, 20239 min read


Module 2: Building Blocks: Dive into MPxNode 🧱
Outline: Crafting custom nodes using MPxNode Understanding the node life cycle Managing node connections and attribute behaviors In-depth exploration of Dependency Graph (DG) and Evaluation Graph (EG)
Dilen Shah
Oct 28, 20237 min read


Module 1: Maya API with C++: The Foundations
Outline: Understanding the Maya API ecosystem Introduction to MPxNode, MPxDeformer, and MPxCommand Setting up the development environment Working with Maya's devkit and C++ SDK
Dilen Shah
Oct 27, 20237 min read


C++ and Maya API: Building Advanced Nodes, Deformers, and Commands with GPU Acceleration
Module 1: Maya API with C++: The Foundations 🏛️ 🌐 Understanding the Maya API ecosystem. 📘 Introduction to MPxNode, MPxDeformer, and MPxCommand. 🛠️ Setting up the development environment. 📦 Working with Maya's devkit and C++ SDK. Module 2: Building Blocks: Dive into MPxNode 🧱 🌟 Crafting custom nodes using MPxNode. 💡 Understanding the node life cycle. 🖇️ Managing node connections and attribute behaviors. 🧬 In-depth exploration of Dependency Graph (DG) and Evaluation
Dilen Shah
Oct 27, 20232 min read
bottom of page