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. heilei
    3. Best
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 17
    • Best 2
    • Controversial 0
    • Groups 0

    Best posts made by heilei

    • RE: Best plugin type for background (thread) processing?

      The examples Maxon has in GitHub include "Py-TextureBaker", which seems to use threads. I'm currently going through that code (and trying to understand it...), because I'm facing the exact same challenge as OP: how to start something in a thread, and make that thread send messages to other plugins.

      posted in Cinema 4D SDK
      H
      heilei
    • Bitmaps module missing from Auto Completion Dummy Package

      It seems that module c4d.bitmaps is missing from the auto completion package initialization:

      /Applications/Maxon Cinema 4D R25/resource/modules/python/libs/python39/c4d/_ _ init _ _.py :

      ...
      from c4d import documents
      from c4d import gui
      from c4d import modules
      from c4d import plugins
      from c4d import storage
      from c4d import threading
      from c4d import utils

      All the other classes/modules are imported, except bitmaps. Is this intentional or a bug?

      posted in Cinema 4D SDK python r25 s24
      H
      heilei