Bernard Kwok

Results 88 issues of Bernard Kwok

## API Logic Updates This s a set of fixes to the existing "publishing" / interface API to fix logic errors and conform properly with the current specification. ### ``...

## Issue It is possible to either miss or bypass the `channels` attribute on an `input` If this occurs this can fail validation due to input / output type being...

## Issue - Currently nodegraph implementations which are embedded in non-ibrary files which are loaded in are viewable and editable. - The definition does not show up as an option...

Currently there are a lot of unit tests which are run for every code gen variant for shader generation and rendering tests. Many of these are "trivial" and can be...

## Issue If you drag-drop a MTLX file with image dependencies the image dependencies cannot be found to be bound. Seems to be the case for 1. Image files in...

## Issue The ESSL shader generator does not appear to work the same as the GLSL one when determining what uniforms to promote as "public" based on the "COMPLETE" and...

# Issue Unlike standard surface and openpbr, base color on gltf pbr affects transmission. This seems to be the way it's supposed to work but is inconsistent with the other...

Currently there are hotkeys are being interpreted regardless of which panel is in focus. This causes unexpected especially in an field in a panel for which the action is unexpected....

## Issue There is insufficient information set on the node instance when creating different versions of versioned nodes If you create both versions of std surface then you end up...

## Issue The translation graph has no handling of `normal` input. Thus things like `normalmap`s are not remapped. ## Proposal Add the `normal` mapping logic to the translation graph. Seems...