Schemas / Spatial / scene
rig.spatial.group
v0.31.0 · draft 0 fields 0 required
Fields
Marker component — presence is the whole meaning, no fields.
Scene group marker. Format when present - presence means this entity is a group root (folder), not a drawable by itself.
No fields. Compose:
rig.spatial.relationship- children setparentto this entityrig.spatial.transform- group pose (usual)rig.meta.named- label- optionally
rig.spatial.layer- list chrome
Do not add a second parent field. Do not reuse rig.pixel.layer groupParent (compositor graph). Node editor groups are rig.node.node with nested, not this schema. The world root is an unparented rig.spatial.vertex - do not use this marker for that.
JSON Schema
Resolves at https://rig.works/schemas/rig.spatial.group.schema.json —
raw file.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://rig.works/schemas/rig.spatial.group.schema.json",
"title": "rig.spatial.group",
"type": "object",
"additionalProperties": false,
"properties": {},
"description": "Marker: presence means scene group root. No fields.",
"minProperties": 0
}