Api session event editor cinematic: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 6: | Line 6: | ||
!Description | !Description | ||
|- | |- | ||
|[[Api session event editor cinematic add|add]] | | [[Api session event editor cinematic add|add]] | ||
|Add new [[Cinematic]] | | Add new [[Cinematic]] | ||
|- | |- | ||
|[[Api session event editor cinematic duplicate|duplicate]] | | [[Api session event editor cinematic duplicate|duplicate]] | ||
|Duplicate existing [[Cinematic]] | | Duplicate existing [[Cinematic]] | ||
|- | |- | ||
|[[Api session event editor cinematic remove|remove]] | | [[Api session event editor cinematic remove|remove]] | ||
|Remove existing [[Cinematic]] | | Remove existing [[Cinematic]] | ||
|- | |- | ||
|[[Api session event editor cinematic set name|set_name]] | | [[Api session event editor cinematic set name|set_name]] | ||
|Set new name of existing [[Cinematic]] | | Set new name of existing [[Cinematic]] | ||
|} | |} | ||
| Line 24: | Line 24: | ||
!Description | !Description | ||
|- | |- | ||
|[[Api session event editor cinematic add keypoint|add_keypoint]] | | [[Api session event editor cinematic add keypoint|add_keypoint]] | ||
|Add | | Add Keypoint | ||
|- | |- | ||
|[[Api session event editor cinematic add keypoint event bundle|add_keypoint_event_bundle]] | | [[Api session event editor cinematic add keypoint event bundle|add_keypoint_event_bundle]] | ||
|Add | | Add Keypoint [[Event Bundle]] | ||
|- | |- | ||
|[[Api session event editor cinematic add keypoint with parameters|add_keypoint_with_parameters]] | | [[Api session event editor cinematic add keypoint with parameters|add_keypoint_with_parameters]] | ||
|Add | | Add Keypoint With Parameters | ||
|- | |- | ||
|[[Api session event editor cinematic duplicate keypoint|duplicate_keypoint]] | | [[Api session event editor cinematic duplicate keypoint|duplicate_keypoint]] | ||
|Duplicate | | Duplicate Keypoint | ||
|- | |- | ||
|[[Api session event editor cinematic move keypoint|move_keypoint]] | | [[Api session event editor cinematic move keypoint|move_keypoint]] | ||
|Move | | Move Keypoint | ||
|- | |- | ||
|[[Api session event editor cinematic remove keypoint|remove_keypoint]] | | [[Api session event editor cinematic remove keypoint|remove_keypoint]] | ||
|Remove | | Remove Keypoint | ||
|- | |- | ||
|[[Api session event editor cinematic remove keypoint event bundle|remove_keypoint_event_bundle]] | | [[Api session event editor cinematic remove keypoint event bundle|remove_keypoint_event_bundle]] | ||
|Remove | | Remove Keypoint [[Event Bundle]] | ||
|- | |- | ||
|[[Api session event editor cinematic set keypoint description|set_keypoint_description]] | | [[Api session event editor cinematic set keypoint description|set_keypoint_description]] | ||
|Set | | Set Keypoint Description | ||
|- | |- | ||
|[[Api session event editor cinematic set keypoint orientation|set_keypoint_orientation]] | | [[Api session event editor cinematic set keypoint orientation|set_keypoint_orientation]] | ||
|Set | | Set Keypoint Orientation | ||
|- | |- | ||
|[[Api session event editor cinematic set keypoint paused|set_keypoint_paused]] | | [[Api session event editor cinematic set keypoint paused|set_keypoint_paused]] | ||
|Set | | Set Keypoint Paused | ||
|- | |- | ||
|[[Api session event editor cinematic set keypoint time|set_keypoint_time]] | | [[Api session event editor cinematic set keypoint time|set_keypoint_time]] | ||
|Set | | Set Keypoint [[Time]] | ||
|- | |- | ||
|[[Api session event editor cinematic set voice|set_voice]] | | [[Api session event editor cinematic set voice|set_voice]] | ||
|Set Voice | | Set Voice | ||
|} | |} | ||
{{article end|seealso=*[[Api Session Endpoints]] | {{article end|seealso=*[[Api Session Endpoints]] | ||
Latest revision as of 13:00, 19 June 2026
API Endpoint: api/session/event/editorcinematic/
API endpoints for Cinematic editing.
| Name | Description |
|---|---|
| add | Add new Cinematic |
| duplicate | Duplicate existing Cinematic |
| remove | Remove existing Cinematic |
| set_name | Set new name of existing Cinematic |
Additional API endpoints:
| Name | Description |
|---|---|
| add_keypoint | Add Keypoint |
| add_keypoint_event_bundle | Add Keypoint Event Bundle |
| add_keypoint_with_parameters | Add Keypoint With Parameters |
| duplicate_keypoint | Duplicate Keypoint |
| move_keypoint | Move Keypoint |
| remove_keypoint | Remove Keypoint |
| remove_keypoint_event_bundle | Remove Keypoint Event Bundle |
| set_keypoint_description | Set Keypoint Description |
| set_keypoint_orientation | Set Keypoint Orientation |
| set_keypoint_paused | Set Keypoint Paused |
| set_keypoint_time | Set Keypoint Time |
| set_voice | Set Voice |