• Help Home
  • English (US)
    1. English (US)
    2. 简体中文
    3. 日本語
    • Maya Developer Help Center
      • About The Maya devkit
      • Maya devkit requirements
      • Open Source Components
      • What's New / What's Changed?
      • Setting up your build environment
      • Setting up CMake to build your plug-ins
      • Example Applications and Plug-ins
      • Running Standalone Applications
      • Loading and Unloading Plug-ins
      • Maya API Basics
      • A First Maya command plug-in
      • Distributing Maya Plug-ins
      • Selecting with the API
      • Command plug-ins
      • DAG Hierarchy
        • Overview of the DAG Hierarchy
        • Nodes
        • Transforms and shapes
        • DAG paths
        • Generalized instancing
        • Transforms with multiple shapes
        • DAG walking example
      • Dependency graph plug-ins
      • Manipulators
      • Shapes
      • Writing a Software Shading Node
      • Writing a Hardware Shading Node
      • Writing a Custom Transform Node
      • Writing a Deformer Node
      • Writing File Translators
      • Viewport 2.0 API
      • Custom evaluator overview
      • Polygon API
      • Working with Qt
      • Maya Python API
      • Maya .NET API
      • Technical Notes
      • Appendices
    • Maya API Reference
    • Technical Documentation
    Share
    • Email
    • Facebook
    • Twitter
    • LinkedIn

    Generalized instancing

    Maya supports generalized instancing. Generalized instancing means nodes which instance another node do not have to be siblings.

    Node 2 and Node 4 are not siblings yet they each instance Node 3. More complex hierarchies can be created, so long as a reference is not made back up the hierarchy. Doing so could create a cycle which would break the acyclic nature of the DAG (remember that a DAG is a directed acyclic graph).

    Parent page: DAG Hierarchy

    Was this information helpful?

    Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. Please see the Autodesk Creative Commons FAQ for more information.

    • Privacy Statement
    • Legal Notices & Trademarks
    • Report Noncompliance
    • © 2025 Autodesk Inc. All rights reserved