Is there any way to write python code inside ROP context?
I want to write a script that will detect the number of camera in my scene and automatically loop over one redshift output to render every camera. My goal was to create a python node with all the code that will execute, but there is no python node, which is weird.
There's no python ROP, but you can create a new ROP type then create a python script which has its path entered as the value to the ‘soho_program’ parameter of the ROP.
You may also be able to achieve what you are after with Houdini's new TOP networks.