Try here:
http://localhost:8580/rest_example/
Announcement
Collapse
No announcement yet.
Search Result
Collapse
17 results in 0.0028 seconds.
Keywords
Members
Tags
-
I found these set of commands while searching for something else, looks like it could help
I don't know how to trigger them but please share if...
Leave a comment:
-
I don't know a way to do that, I think maybe you should make your own 'undo' button in the script that will trigger the recorded actions
Leave a comment:
-
I don't think there is an easy way around this, you have to 'record' every action you make in the script to an array and then when triggering the undo...
Leave a comment:
-
You're welcome!
On a side note I learned that you can access any component using vizid instead of its name, for example:
Code:'Define a
Leave a comment:
-
Ok, I think I found what you are looking for on facebook:
https://www.facebook.com/groups/VizA...0597944022311/
...
Leave a comment:
-
Under channel you can get the first and last keyframes and this way calculate the channel duration:
Code:sub OnInit() dim channel = this.findChannelOfObject("Position")
Leave a comment:
-
In regards to getting a container using its vizid check out my answer in your other post:
https://forum.vizrt.com/forum/general-inquiries/91956...
Leave a comment:
-
It's kind of a workaround but you can change the container's name to its uuid (which is unique), search for it and then rename it back again
Code:function
Last edited by alonh; 03-08-2022, 03:16 PM.
Leave a comment:
-
I'm not sure how you are going to use it but you can try:
Code:System.SendCommand(scene.uuid.FullString & "*EDITED_OBJECTS GET")
Leave a comment:
-
I made a simple example you can check in trio
The control changes the url in the browser
Hope this will help...
Leave a comment:
-
Not sure exactly what is the problem without seeing the scene, but from my experience you need the browser plugin to be visible (not active off) for it...
Leave a comment:
-
-
you can use SendSingleCmd function
for example:
Code:dim cmd cmd = "REND*TREE*$<[I]container name[/I]>*SCRIPT INVOKE [I]<function[/]
Leave a comment:
-
Leave a comment: