Add new node by type each time

I was trying to load an EXR sequence and have a new node load a color transform each time.
Sounds like there may be a python script that does this?
*> 2 - Convert from Linear to Arri LogC (AlexaV3LogC)*
> If you toggle the session manager, you can go to the big plus button, and add a New node by type -> LinearToAlexaLogC . This a GLSL node that will apply standard computation to transform your images from linear to LogC. You can also add this node through a Python script so that it’s automatically added every time.

RV support said to ask the Forums for help with this as they are too busy to help? Is this something that any is comfortable walking me through? Or sending my the python script for?
Thanks in advanced.

1 Like

Support has reached out and delivered a script that works great.
This issue has been resolved.
Thanks for reading.

1 Like

For anyone else who stumbles across this post, I’ve added an example package on how to enable Linear -> LogC conversion for EXR files here:

1 Like