Loading a LUT with the command line argument works fine, but I want it to be disabled on startup, so that the Artist can enable the LUT with the shortcut shift-D, when he wants to.
I tried this command,which loads the LUT, but the disabling the LUT doesn't work:
"C:\\Program Files\\Shotgun\\RV-7.2.1\\bin\\rv.exe" D:/tst.exr -dlut D:/dlut.cube -eval "setIntProperty(\"#RVDisplayColor.lut.active\", int[] {0}, true);"