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 using the <triplanarprojection> node (which has 3 filename inputs) and different colorspaces on the different inputs only one colorspace transform is generated.
To reproduce
Create a <triplanarprojection> node with different colorspaces on the different input and observe the generated OSL code.
Description
When using the
<triplanarprojection>
node (which has 3 filename inputs) and different colorspaces on the different inputs only one colorspace transform is generated.To reproduce
Create a
<triplanarprojection>
node with different colorspaces on the different input and observe the generated OSL code.repro-triplanar.zip
Result
Generated OSL code:
Expected result
I'd expect that three colorspace transforms would be emitted, one for each file input, with the corresponding source colorspace for each file input.
The text was updated successfully, but these errors were encountered: