List MoGraph Clones
list_mograph_clonesRead per-clone transforms from a MoGraph generator (Cloner, Matrix, Tracer) and return clone count, indices, positions, and optional matrices.
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. |