On 26/04/2015 at 17:49, xxxxxxxx wrote:
Hello,
Simple question. I'd like to create a Python code node inside of an xpresso tag using a separate python script.
I just can't figure out what the Name of the Operator should be...Here is what one would intuitively think it would be called...
node2 = nm.CreateNode(nm.GetRoot(), c4d.ID_OPERATOR_ PYTHON , insert=None, x=200, y=200)
The above command does NOT create the node, obviously because it isn't recognised.
Any idea where I can find some documentation on all the python operators names in the xpool?
Kind regards