Amy Liu
Amy Liu
Hey, I'm interested in picking this up for the upcoming Dev Days (May 2025). I will be setting up my MaterialX build today and tomorrow, and will try to familiarize...
Hello. Are there any more available repositories of example `.mtlx` Material files, and specifically any that use **_color4_** fields?
To elaborate, for this issue, it is my understanding we also need to add color space transformation in the "Color4" case (please correct me if this is wrong). I see...
Thanks for the response! I believe I actually have succssfully implemented the main color space transform logic using the `linearToSrgb()` and `srgbToLinear()` conversion functions. I have attached a quick preview...
Yes I'd like to work on this issue for the Graph Editor as well! As I mentioned in #2394, I discovered some differences in how ImGUI handles color space. I...
As I was about to send a message in Slack, I took some time to investigate the Graph Editor a bit more. I've submitted PR #2402 with my solution, but...