If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Exciting News: Chaos acquires EvolveLAB = AI-Powered Design.
To learn more, please visit this page!
New! You can now log in to the forums with your chaos.com account as well as your forum account.
This code or similar code that constructs the same HTTP request should work for opening .vrscene/.vantage files in Vantage.
I hope that it can be loaded through it, which is similar to "open scene as config only" Vantage file, Then complete the operation of automatic rendering. That is to say, it cannot be completed now.
Ah, I understand now. The HTTP command is only for opening the file as a new scene. We don't have a command for opening "as config only". We only have this as a command line parameter ( -configFile ) for vantage_console.exe .
Ah, I understand now. The HTTP command is only for opening the file as a new scene. We don't have a command for opening "as config only". We only have this as a command line parameter ( -configFile ) for vantage_console.exe .
i 'm sorry. I use google translate. Maybe not very clear
What you understand now is right.
When the real-time link is enabled, the vantage has been started automatically. There is no way to use the -configfile parameter. Can you add information about how TCP loads it.
If it is supported. Then I can complete some automatic operations after real-time link
Yes, it is easy to add. The command will be in the next update. It will be "loadConfig" with a "path" argument, similar to the existing openFile command.
Yes, it is easy to add. The command will be in the next update. It will be "loadConfig" with a "path" argument, similar to the existing openFile command.
OK, thanks for your reply
looking forward to the implementation of this function.
Yes, it is easy to add. The command will be in the next update. It will be "loadConfig" with a "path" argument, similar to the existing openFile command.
Maybe you can also consider adding HTTP parameter control for pause rendering and resume rendering of vantage, so that you can add the function of pausing vantage rendering to the script when necessary. For example, when the script rendering is completed, it will automatically enable pause rendering to avoid GPU overnight computing.
Comment