Thanks for the response
@m_magalhaes
Oh thanks. It now works on native c4d emitter but not in xparticles emitter.
No worries, the solution by @zipit works
@zipit
Thanks. It works as expected. Here's the code I used added in a python tag
orig = doc.SearchObject("original")
dup = doc.SearchObject("duplicate")
orig_container = orig.GetDataInstance()
orig_container.CopyTo(dup.GetDataInstance(), flags= c4d.COPYFLAGS_PRIVATE_CONTAINER_COPY_IDENTICAL, trans=None)
c4d.EventAdd()
Hi guys, we've should have fixed the caching issue in the documentation and we kindly ask, before emptying the cache, to see if the issue persists on your side. In case you still experience the issue, please follow-up with a new post in this thread.
Thanks for your help!
R
Hello @mfersaoui,
without any further questions or replies, we will consider this topic to be solved by Monday and flag it accordingly.
Thank you for your understanding,
Ferdinand
VS Code and Sublime Text are not so well designed and simply spawn a bunch of python interpreters to retrieve the information they need, In contrast, pycharm does use only one and the same python interpreter its spawn.
So that's why you got these issues.
Hi @bentraje as you already figured out in the documentation for R21+ this is necessary because each version (c4dpy, CommandLine, TRS, TRC) now have their own preference folder and doesn't share anymore the one from c4d.
Cheers,
Maxime.
hi,
@indexofrefraction, as @blastframe said, let's keep that thread clean and ask your question in another thread, this is working on my system.
@blastframe , we will take into consideration your request.
Cheers,
Manuel
Hello @davidtorno,
without any further questions or replies, we will consider this topic to be solved by Monday and flag it accordingly.
Thank you for your understanding,
Ferdinand
hi,
we got some information in our documentation.
For example you can't add an object in the document from a tag while the generator can return a hierarchy.
But you can easily draw information on the viewport with a tag.
Cheers,
Manuel