On 17/04/2017 at 05:00, xxxxxxxx wrote:
User Information:
Cinema 4D Version:
Platform:
Language(s) : PYTHON ;
---------
https://developers.maxon.net/docs/Cinema4DPythonSDK/html/modules/c4d.plugins/BaseData/NodeData/index.html#NodeData.CopyTo
Dnode is actually a GeListNode and not a NodeData as said in the sdk and in the C++ sdk.
Which is the contradiction with what is writtent:
Actually dnode == dest. It's not true.
It make a huge change since that mean dnode is the instance of node(which is on the scene) while dest is the instance of our class.