Hello,
based on the c+±api-documentation omniClientLiveProcess() cannot be called while no other usd-apis are called. That makes sence because thise calls would create more changes to the usd scenes that are synced by calling omniClientLiveProcess().
But what if a process maintains more than one usd scene in parallel (like in our scenario)? Than calling omniClientLiveProcess() created a bottleneck because no usd scene can be changed while the changes (that are made to one of those scenes) are synced.
Would it be possible to extend omniClientLiveProcess() to pass the usd-file one would like to sync? In that way it would be possible to change and sync more than one usd scene in parallel without creating a bottleneck.
That would realy help us.
Thanks
Carl