Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login
    1. Maxon Developers Forum
    2. ivodow
    3. Topics
    I
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 13
    • Groups 0

    Topics

    • I

      Thinking Particles- How to Set "Settings"

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK r23 python
      5
      0 Votes
      5 Posts
      800 Views
      I
      Okay, thank you again.
    • I

      Write to C4D console in real time

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK python
      14
      0 Votes
      14 Posts
      3k Views
      indexofrefractionI
      @ivodow how is your ConsolePrint() different to a simple print() statement? in my test i didn''t get a real time output with ConsolePrint() best, index
    • I

      Thinking Particles allocation failure in new document

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK python s22
      7
      0 Votes
      7 Posts
      1k Views
      ManuelM
      @ivodow said in Thinking Particles allocation failure in new document: So, would ExecutePasses() with the BUILDFLAGS_EXPORT flag set be typically called just before exporting to alembic (to be on the safe side)? the exporter is calling ExecutePasses several times, you don't really need it. And because the scene can be sometimes quiet complexe, you have to call it several times in a row. for example, in the alembic exporter : [image: 1597218183449-68d39647-ef56-430b-ae1a-2189e1b83617-image.png] Cheers, Manuel
    • I

      Alembic Export Options Not Working

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK python s22
      7
      0 Votes
      7 Posts
      2k Views
      BigRoyB
      Just want to confirm here that I'm facing this same issue - only setting the negative state first and then the positive state after seems to make this work. So, thanks for the workaround. Here's the reported bug on our pipeline: https://github.com/ynput/ayon-cinema4d/issues/6 And this is what fixed it: https://github.com/ynput/ayon-cinema4d/pull/8 Looking at 'what' fixes it this most definitely sounds like a bug. (I tested in Cinema4D 2023.2.2 on Windows 10)