• Radio button groups in two columns

    Moved Cinema 4D SDK
    6
    0 Votes
    6 Posts
    895 Views
    S
    Hi Maxime, it now works great, thank you very much for your support! Cheers, Stan
  • 0 Votes
    9 Posts
    2k Views
    ferdinandF
    Hi @jochemdk, okay, I then took the liberty to close the question You can of course still post here. Cheers, Ferdinand
  • CloseDocument ?

    Cinema 4D SDK
    2
    0 Votes
    2 Posts
    440 Views
    CairynC
    Just check it manually: if currDoc.GetChanged() : c4d.gui.MessageDialog(c4d.plugins.GeLoadString(IDS_MSG_PROJECTCHANGED)) else : c4d.documents.KillDocument(currDoc) # works but ignores change status
  • Plugin ID Collision starting by Itself

    Cinema 4D SDK
    3
    0 Votes
    3 Posts
    573 Views
    ManuelM
    hi, no problem. By the way, the first register. The second show the collide message so it can't register. But that doesn't unload the first one. That's why your plugin was still working. Cheers, Manuel
  • UVW values inconsistency

    Cinema 4D SDK r21 s22 c++ python
    4
    0 Votes
    4 Posts
    904 Views
    rsodreR
    @r_gigante good to know, thanks!
  • Cinema 4D R23 / macOS - pip install broken

    Cinema 4D SDK python r23 macos
    7
    0 Votes
    7 Posts
    2k Views
    a_blockA
    Hi, sorry, for bumping this thread. With the new S26 I have again problems installing pip in C4D's python on MacOS (Big Sur, x86). Funnily so, it works in c4dpy, but then the modules are only available in c4dpy, not inside C4D (probably expected). But when trying to do the same with C4D's python, regardless, if I try to use get-pip.py or .../python --ensure-pip -default-pip I end up with "Defaulting to user installation because normal site-packages is not writeable" as the main error and then in the following something along the lines "User base directory is not specified". The latter sounds a bit like, I could maybe simply specify a user base directory somehow? In R25 for example it worked nicely. Sorry, if this a stupid question. Pretty sure, I overlooked something in the docs somewhere. Cheers and thanks for any help in advance, Andreas
  • 0 Votes
    6 Posts
    889 Views
    M
    Gload you solved your issue, if you have any questions, please feel free to open a new topic. Ho and I forget the most important, welcome in the plugincafe community Cheers, Maxime.
  • Different behavior on Mac for Commanddata options

    Cinema 4D SDK r23 python
    6
    0 Votes
    6 Posts
    678 Views
    ManuelM
    hi That's already mentioned in our application documentation. https://help.maxon.net/us/index.html#PREFSINTERFACE-PREF_INTERFACE_MAIN_GROUP Where do you think we should mention it ? Cheers, Manuel
  • OBJ Export Options

    Cinema 4D SDK
    10
    0 Votes
    10 Posts
    2k Views
    .
    Thanks for looking at it Manuel. Sounds like your getting the same behavior I'm seeing. I'll add something to my script to parse it out. Thanks Manuel and Cairyn for taking time to help. .del
  • The slider tool returns False.

    General Talk r21 python
    2
    0 Votes
    2 Posts
    568 Views
    M
    Hi @x_nerve the ID used is not the correct one you should use: 431000021 for edge mode and 431000030 for point mode, unfortunately, there are no symbols for these tools. Cheers, Maxime.
  • Select several files in LoadDialog()

    Cinema 4D SDK r21 python
    3
    0 Votes
    3 Posts
    357 Views
    B
    @r_gigante Ah gotcha. Thanks for the confirmation.
  • I need help with this Python code

    Moved Cinema 4D SDK
    3
    0 Votes
    3 Posts
    448 Views
    M
    Without more information, from your side, I've set up your topic as solved but feel free to re-open it. Cheers, Maxime.
  • Rendering with specific camera ?

    General Talk python
    5
    0 Votes
    5 Posts
    1k Views
    ferdinandF
    Hi, without further feedback, we will consider this thread as solved by Wednesday and flag it accordingly. Cheers, Ferdinand
  • 0 Votes
    3 Posts
    641 Views
    M
    Without more information, from your side, I've set up your topic as solved but feel free to re-open it. Cheers, Maxime.
  • 0 Votes
    4 Posts
    505 Views
    B
    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()
  • r23 console

    Cinema 4D SDK python
    9
    0 Votes
    9 Posts
    2k Views
    oli_dO
    I confirm that with versionn 10.15.6 it works. Once again thank you very much Maxime for your availability and quick answers! Best regards
  • Get the Next Object of doc.SearchObject() Method?

    Cinema 4D SDK r21 python
    3
    0 Votes
    3 Posts
    606 Views
    B
    @m_adam Ah gotcha. Thanks for the confirmation and the sample code.
  • C4D R21.207 Console don't do anything

    Cinema 4D SDK r21 python
    10
    1
    0 Votes
    10 Posts
    2k Views
    C
    Finally fix it! I reinstalled c4d and everything goes well! Thank you for all you helps!
  • Broken Links in Documentation

    Cinema 4D SDK python sdk
    6
    0 Votes
    6 Posts
    633 Views
    r_giganteR
    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
  • Copy Pixels from Active BaseDraw?

    Cinema 4D SDK python
    5
    0 Votes
    5 Posts
    568 Views
    ?
    Hi, Thank you @m_adam and @zipit . I am specifically interested in copying the Viewport pixels for speed. Thank you both for your help.