You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When baking a given node, if that node has a graph implementation which includes any kind of "space" transformation
it is not detected and the bakeed image can connect to the downstream input but not preserve the "space" transformation.
One notable example is a normalmap node. If connected in a upstream graph then this will work (if it's the first node for now).
If the upstream node is a nodegraph using a normalmap then it is not detected.
The logic is to preserve the transform node and bake upstream from it.
The text was updated successfully, but these errors were encountered:
Currently the embedded glfw build for MaterialXGraphEditor inherits the value of BUILD_SHARED_LIBS from MATERIALX_BUILD_SHARED_LIBS, but we're not installing libglfw, per #1245 the intention was to statically link.
When baking a given node, if that node has a graph implementation which includes any kind of "space" transformation
it is not detected and the bakeed image can connect to the downstream input but not preserve the "space" transformation.
One notable example is a
normalmap
node. If connected in a upstream graph then this will work (if it's the first node for now).If the upstream node is a nodegraph using a normalmap then it is not detected.
The logic is to preserve the transform node and bake upstream from it.
The text was updated successfully, but these errors were encountered: