Hello,
we have a problem with Create (our our connector, but I think the problem is in Create).
We´ve written a connector for omniverse that syncs the configuration state of a product that is configured within our product configurator to usd. That worked fine all the time… but now we have some strange effect…
When opening the scene the first time everything is correct
But after changing something (for example the material in this case), some nodes suddenly disappear…
What is interesting here:
- The only changes are to the meterial… the structure of the scene graph has not changed
- Changing any paramter on the invisible nodes (for example “kind”) forces the Create to render the node again
- Reloading the layer results in a correct rendering too, so I think that indicates that out connector builds the scene graph in a correct way
I`ve exported two scenes (one that renders correct and one with missing / invisible nodes) as usda and compared them… the only changes are the changed material…
SofaFalsch.usda (155.0 KB)
SofaCorrect.usda (155.0 KB)
Can anyone help with this?
Carl