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
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    Bitmaps module missing from Auto Completion Dummy Package

    Cinema 4D SDK
    python r25 s24
    2
    3
    537
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      heilei
      last edited by heilei

      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?

      1 Reply Last reply Reply Quote 1
      • M
        m_adam
        last edited by

        Hi you are right, this is a mistake, and you can fix it yourself by adding
        from c4d import bitmaps

        This is going to be fixed in the next Cinema 4D version.
        Thanks for the report 🙂

        Cheers,
        Maxime.

        MAXON SDK Specialist

        Development Blog, MAXON Registered Developer

        1 Reply Last reply Reply Quote 0
        • H
          heilei
          last edited by

          Ok, thanks for the confirmation. Already fixed it manually myself.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post