Hi,
@bentraje said:
Is there a way Copy All Parameters of One Object to Another in Real Time?
I assume with copying in realtime, you actually mean copying dynamically, i.e. establish an ongoing one way linkage from the parameters of one object to the other.
The continuous execution would have to be done by yourself, but you can copy one object to another with c4d.C4DAtom.CopyTo
and one data container to another with c4d.BaseContainer.CopyTo
. The one to choose depends on what you would consider the parameters of an object. If you would only consider elements of the description parameters, i.e. "the gui values", then copying the data container will be enough. If your definition of parameters is broader, you will have to copy the whole node.
But I doubt that you can copy the internal state of a particle system. I do not think that there is a particular technical reason that would prevent that, it just strikes me as an odd feature, so I might be wrong about that, never have tested that.
Cheers,
zipit