-
Using the ward.osl shader from the test suite as a starting point. I am trying to override the Cs input color There is a --reparam option in testshade
What am I doing wrong ? Kind regards |
Beta Was this translation helpful? Give feedback.
Answered by
lgritz
Apr 14, 2025
Replies: 1 comment
-
Just --param should do the trick:
The |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nyue
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just --param should do the trick:
The
--reparam
is for testing some particular features of the shading system that are used to let you (typically in a lookdev tool) declare certain parameters as interactive and then be able to change those parameters without needing to recompile the shaders. You can see an example in testsuite/reparam/run.py