On 18/04/2017 at 04:58, xxxxxxxx wrote:
When I use SendModelingCommand( command = c4d.MCOMMAND_CURRENTSTATETOOBJECT,
I thought that I should use: list = [op.GetClone()],
but that does not work.
I must use list = [op],
So without getting a clone of the object (in this case a MoGraph Cloner)?
Am I missing something?
-Pim