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

    Topics created by angel23

    • A

      requirenments for building Cinema 4D extension

      General Talk
      • • • angel23
      3
      0
      Votes
      3
      Posts
      813
      Views

      r_giganteR

      Hi angel23, thanks for reaching out us.

      With regard to your question the answer can be pretty wide depending on the depth you're aiming to tackle.

      Cinema 4D comes as @bentraje properly stated with C++ and Python APIs: whilst the first is bigger and more comprehensive the second is a specialized subset of the first and easier to approach.

      For the Cinema 4D API newcomers we recommend to stick to the Python API which gets rid of all the hurdles of the building process and to get proficient with it.
      Upon getting used to it and to the foundation Cinema 4D API concepts, moving to C++ won't be too complex.

      Best, Riccardo

    • A

      version of python in Cinema 4D R21

      General Talk
      • • • angel23
      3
      0
      Votes
      3
      Posts
      732
      Views

      A

      @m_adam thanks