Bernard Kwok
Bernard Kwok
I think I've covered all logic paths for `C++`, `pybind11` and `emscripten` for deprecation. @jstone-lucasfilm do you think it's worthwhile to document this somewhere ? Thx.
At first glance I like the idea of namespacing libraries. Currently libraries are "flattened" and the namespace embedded as a prefix for the name (which can also cause name clashes)...
Another way to remove the ambiguity is to write out the `nodedef=` attribute on the node which I believe is similar to what is done for USD with `info:id` but...
It is quite possible to have order change as it does depend on definition load order which can include target order and namespace order. There are signatures with the exact...
About allowing invalid documents still generate code. I’ve always found this to be ambiguous since some validation failures can still allow generation to continue but others do not. In this...
As a suggestion it might be useful to add common information into the "supplemental" documentation, and then add in specific command / app options with reference to the "supplimental" docs....
Hi @jstone-lucasfilm, The examples are the default formatting so yes they are larger. It's all the whitespace padding added. There are a few possible options available: 1. Instead of whitespace...
I think even for readability it would be good to make it more compact (as with XML) so you JSON you get something like: ```json "add:sum": { "input:in1": { "nodename":...
Looking at the three.js prototype implementation which consumes XML currently: 1. Some glsl code is copied from MTLX to create a new shadernodes which are not already defined. 2. Higher...
Hi @hybridherbst, The viewer only exposed inputs which are unconnected (and editable). Also as your nodegraph has no inputs in it to "expose" an interface no inputs to show from...