Simon Russell
April 9, 2025 09:58:56
Hi,
I'm trying to send a cops texture to the RS Texture node in an RS Shader.
It works when first connected then fails to find the texture from COPs.
I'm using: op:obj/Reflector_Cops/copnet1/OUT
to read the cops into the shader.
I'm using Houdini 20.5.370
Should this work?
Simon Russell
April 11, 2025 05:40:55
Just so I know, this should work right? This is the correct workflow
HenDaSheng
June 18, 2025 02:59:21
I also encountered this problem. From the redshift documentation, the usage of "op:" is correct.
I loaded the sequence frames in COPs and played them in the view without any problems, but the rs rendering could only read the first frame.
HenDaSheng
June 18, 2025 04:04:32
I don't know if you have found a solution. What I do now is to export the texture to disk through ROP Image Output in COPs, and then import the texture through "/path/$F.png" in RS Material -> TextureSampler. This can be achieved indirectly.