Hi, I want mimic "constraint" and "apply relationship" nodes with python.
But hou.DopObject.createSubData("Somename", data_type="SIM_Relationship") didn't work for me.
I putted several other types but only default value "SIM_EmptyData" made it work.
So, Relationship isn't a data? How can I attach it from python?
Thank you