Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware 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
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 13
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by ivodow

    • I

      Thinking Particles- How to Set "Settings"

      Cinema 4D SDK
      • r23 python • • ivodow
      5
      0
      Votes
      5
      Posts
      769
      Views

      I

      Okay, thank you again.

    • I

      Write to C4D console in real time

      Cinema 4D SDK
      • python • • ivodow
      14
      0
      Votes
      14
      Posts
      2.5k
      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

      Cinema 4D SDK
      • python s22 • • ivodow
      7
      0
      Votes
      7
      Posts
      965
      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 :

      68d39647-ef56-430b-ae1a-2189e1b83617-image.png

      Cheers,
      Manuel

    • I

      Alembic Export Options Not Working

      Cinema 4D SDK
      • python s22 • • ivodow
      7
      0
      Votes
      7
      Posts
      1.8k
      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)