Bernard Kwok

Results 88 issues of Bernard Kwok

## Issue Currently the texture baker API does not allow access to the resulting baked documents and images in memory. They must be written to disk and re-read in again...

## Issue There is no mechanism to easily group or ungroup sets of nodes. The only interface available is flattenSubGraphs() but this converts node instances into their nodegraph implementation equivalents...

## Issue Currently there is no way to specify a formal mapping between named and numbered geometric stream sets. This would allow support for `geompropvalue` nodes and nodes like `texcoord`,...

## Proposal This is an initial "strawman" proposal for including JSON serialization support as part of the core of MaterialX. A suitable library would probably be `MaterialXFormat` where XML serialization...

I'm not sure why, but if you drop a material into the Web Viewer running locally (localhost), then you get errors saying that the images are not found.

Not sure why but if you have a `` node in your document and load it in, the `index` value is always set to 0. Tried this with both the...

Changes to input values which actually are topological changes which require the shader to be rebuilt are not caught -- resulting in the appearance of not working. Value changes currently...

The documentation can be clarified a bit [here](https://github.com/AcademySoftwareFoundation/MaterialX/blob/main/documents/DeveloperGuide/MainPage.md#quick-start-for-developers) to show where to build from. The .`gitignore` explicitly ignores the build subfolder and this is what CI does. This means users...

## Issue For `` nodes (and nodes with functional graphs using this node), the`default` value fallback input is not discoverable. ## Proposal Modify the `` to use `defaultinput` instead of...

## Issue Currently the equivalency operator (`==`) for Element does not consider inheritance. Thus it's possible to get a false negative for equivalency. ## Proposal Use "getActive" interfaces instead of...