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. anoano
    3. Topics
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 15
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by anoano

    • A

      R21 SDK build error

      Cinema 4D SDK
      • r21 sdk c++ windows • • anoano
      7
      0
      Votes
      7
      Posts
      1.1k
      Views

      A

      Thanks for your advice.
      The build is complete.
      It was because VS2017 when Unity was installed was old.
      Now you can build other plugins.
      Thank you very much.

    • A

      Copy link object

      Cinema 4D SDK
      • r20 c++ • • anoano
      4
      0
      Votes
      4
      Posts
      890
      Views

      M

      Hi, the topic is now marked as solved, did you solve your issue?

      The only workaround I was able to find is to make use of AddToExecution and define it to GENERATOR+1, here you retrieve and clone the cache of the linked object in a member variable of your instance, then in the next GVO you make use of this cache, but this has the application that you work always on a mesh that has been generated in a previous SceneExecution call, which may be an issue in case of animation.

      Cheers,
      Maxime.

    • A

      About PopupEditText and SendMail

      Cinema 4D SDK
      • r20 c++ • • anoano
      12
      0
      Votes
      12
      Posts
      2.7k
      Views

      M

      Hi @anoano

      I'm wondering if your question has been answered. If so, please mark this thread as solved.

      Cheers,
      Maxime.

    • A

      About threads

      Cinema 4D SDK
      • c++ r20 • • anoano
      4
      0
      Votes
      4
      Posts
      1.2k
      Views

      S

      Hello,

      you find information and examples on jobs and threads in these manuals:

      Jobs Manual Threads Manual

      best wishes,
      Sebastian