Bernard Kwok
Bernard Kwok
Your correct in your understanding. As noted it seems direct child inputs of nodegraphs are not showing up (appears to be a regression).
Interesting. The Glsl renderer can handle this and theres a test for this, that used to work in the viewer and now fails. Think we can remove this at least...
Thanks @emackey, Then I think the remaining issue lies with the std_surface -> gltf_pbr translation graph that this should be taken into account. Also when a OpenPBR -> gltf_pbr translation...
Some info from Slack and additional suggestions. It seems it would be easiest to write this in Python but don't have it. - Grab a prebuilt version of Usd (e.g....
Hi @jstone-lucasfilm , I think the simplest possible option is to pass the filename to a script / cmd (which is your command hook). The script needs to consume the...
I think this [example](https://github.com/usd-wg/assets/tree/main/test_assets/MaterialXTest) is the simplest goal / target to dynamically generate.
Leaving a ping with @dbsmythe for comments on this.
Hi @simpassi , I think it would be better if the dpi detection was corrected instead to return the appropriate value for retina displays. Would you have time to look...
If this get's too complicated (even just for the single monitor case) than I think your suggestion of allowing a scale factor override is a good alternative and more flexible...
Found that a shader rebuild is also required when changing the input streams being used. Otherwise the shader will always reuse emit stream requirements from the last code generation. Nodes...