List MoGraph Clones
list_mograph_clonesRetrieve per-clone transforms from MoGraph generators such as Cloner, Matrix, or Tracer. Get clone count, positions, and optional matrices for scene inspection or animation workflows.
Instructions
Read the per-clone transforms from a MoGraph generator (Cloner / Matrix / Tracer / …). The bridge forces a scene pass so the MoData array is populated before sampling. Returns {count, returned, clones: [{index, pos, matrix?}]}. supported:false when the build lacks c4d.modules.mograph or when the handle isn't a MoGraph generator.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes | MoGraph generator (e.g. Omgcloner). | |
| max_count | No | Cap on clones returned. Default 2048. | |
| include_matrix | No | Include the 4x3 matrix per clone. Default true. |