Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python 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. dada
    3. Topics
    D
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 10
    • Groups 0

    Topics

    • D

      I want to use C + + to implement GUI. Messagedialog(‘no sel’) in Python I don't know how to start

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK sdk c++
      6
      1
      0 Votes
      6 Posts
      749 Views
      D
      @m_magalhaes Thank you
    • D

      I want to get the coordinates of the points I have selected "en"

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK r21 c++ windows
      4
      0 Votes
      4 Posts
      835 Views
      D
      @m_magalhaes I'll write it in your way Thank you very much. Cheers!
    • D

      On the problems of C + + novice

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK
      6
      0 Votes
      6 Posts
      924 Views
      S
      Hello, there aren't any official video tutorials regarding plugin development. If you are new to C++, I strongly suggest to learn the language and how to use Visual Studio before diving into Cinema 4D plugin programming. When you are familiar with C++ and Visual Studio, the first thing you should do is to compile the provided example projects. Especially the "microsdk" show the basics of a simple project. How to build the example projects is described here: Getting Started: Introduction. What specific issues do you encounter while compiling the examples? best wishes, Sebastian