set_segment_continuation
ActiveTool of com.framesail/framesail
Make a segment's image render as a continuation of an EARLIER segment's frame (same composition evolving — the storyboard's continues_from_segment, settable after the fact). continues_from is that earlier segment's number; pass 0 to clear the link. Regenerate the segment's image afterwards — the reference is applied at generation time.
Parameters schema
{
"type": "object",
"title": "set_segment_continuationArguments",
"required": [
"project_id",
"segment_number"
],
"properties": {
"project_id": {
"type": "string",
"title": "Project Id",
"description": "Project ID, as returned by create_project or list_projects"
},
"continues_from": {
"type": "integer",
"title": "Continues From",
"default": 0,
"description": "1-based number of the EARLIER segment whose frame this one continues; pass 0 to clear the link"
},
"segment_number": {
"type": "integer",
"title": "Segment Number",
"description": "1-based number of the segment whose image should continue an earlier frame, as reported by get_segments"
}
}
}Parent server
com.framesail/framesail
1/7 registries