On 03/10/2013 at 08:59, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 14.038
Platform: Windows ;
Language(s) : PYTHON ;
---------
I'm working on a script that creates nodes in XPresso and ran into a snag. I cant seam to get the GV_OBJECT_OPERATOR_OBJECT_OUT to work. So far all the other nodes create just fine.
What I want is the object node Object Out port to connect to a point node Object In port.
Ive tried using the .SetPortType to change a port that will create into the object port. However I'm not sure im setting it up correctly.
node_obj1.SetPortType(c4d.GV_PORT_OUTPUT, c4d.GV_OBJECT_OPERATOR_OBJECT_OUT)
Any help would be great!
Let me know if I'm not explaining myself well enough.