Copy Origin
This action allows you to copy origins from one entity to another.
Type ID: shappoli:copy_origin
Fields
| Field | Type | Default | Description |
|---|---|---|---|
layer |
Identifier | origins:origin |
The ID of the origin layer. |
modify_actor |
Boolean | false |
Whether to modify the actor's origin. |
modify_target |
Boolean | true |
Whether to modify the target's origin. |
Examples
{
"type": "shappoli:copy_origin",
"layer": "origins:origin",
"modify_actor": true,
"modify_target": true
}
This example will swap the origins of the actor and the target.