swillisart

Results 8 comments of swillisart

I'm running into this exact linking error for the unresolved Imath lookup table on windows in visual studio. Is the solution to turn off the lookup table or change a...

I followed those steps and it compiles smoothly with no errors but unfortunately I am still getting this linker error when converting pixels in my project. ``` Error LNK2001 unresolved...

Sounds good Bernard, Created a PR [Reference implementation of curveadjust](https://github.com/materialx/MaterialX/pull/675) I think I'm unable to link this Issue to the PR for some reason.

That’s great news! I got stuck on the GLSL limitation of fixed-size array declaration. I have working shader code but it’s all pre-declared and does not accept dynamic inputs. Looking...

I'm working on a PR for this and have some questions. See discussion #4627 :)

Hello! Yes, it's true half floats are not currently available. You can see extra information here: https://github.com/pybind/pybind11/discussions/4627 and a workaround from the issue here: https://github.com/pybind/pybind11/issues/1776 None of the core devs...

Just wanted to chime in here to second this as a desired workflow for us as well. re-using a reference node to swap representations is a very modular solution that...

I believe this is directly related to https://github.com/Autodesk/maya-usd/issues/1337