Trying to add exr metadata with python. Dont really know how but tried as the example below and got an error
import hou
hou.parm('/out/vray/SettingsEXR_extra_attributes').set("test=1;")
import hou
hou.parm('/out/vray/SettingsEXR_extra_attributes').set("test=1;")
Comment