Skip to main content

Rodin 3D Generate - Gen-2 Generate

api node/3d/Rodin
Rodin3D_Gen2

Generate 3D Assets using Rodin API

Example

JSON Example
{
  "class_type": "Rodin3D_Gen2",
  "inputs": {
    "Images": [
      "node_id",
      0
    ],
    "TAPose": false
  }
}

This example shows required inputs only. Connection values like ["node_id", 0] should reference actual node IDs from your workflow.

Inputs

NameTypeStatusConstraintsDefault
ImagesIMAGErequired--
TAPoseBOOLEANrequired-false
SeedINToptionalmin: 0, max: 655350
Material_TypeCOMBOoptional-"PBR"
Polygon_countCOMBOoptional-"500K-Triangle"

Outputs

IndexNameTypeIs ListConnection Reference
03D Model PathSTRINGNo["{node_id}", 0]
How to connect to these outputs

To connect another node's input to an output from this node, use the connection reference format:

["node_id", output_index]

Where node_id is the ID of this Rodin3D_Gen2 node in your workflow, and output_index is the index from the table above.

Example

If this node has ID "5" in your workflow:

  • 3D Model Path (STRING): ["5", 0]
Was this page helpful?