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. César Vonc
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 16
    • Best 3
    • Controversial 0
    • Groups 0

    Topics created by César Vonc

    • César VoncC

      Copy to the OS clipboard

      Cinema 4D SDK
      • windows macos • • César Vonc
      2
      0
      Votes
      2
      Posts
      378
      Views

      i_mazlovI

      Hi @César-Vonc ,

      Cinema 4D uses OS clipboard to some extent, namely as you can see from the CLIPBOARDTYPE enum there's text and image clipboard options. For other Copy&Paste functions the built-in clipboard system is used, hence the OS clipboard stays untouched.

      Cheers,
      Ilia

    • César VoncC

      Plugins limitation count

      Cinema 4D SDK
      • • • César Vonc
      9
      0
      Votes
      9
      Posts
      1.7k
      Views

      M

      This is a bit more complex than that, python is loaded after plugins are registered, therefor for each one we need to have a c++ one that act as a placeholder that will be replaced later by a python one.

      I can't guarantee anything but I will see what I can do (probably not for the next release.)

      Cheers,
      Maxime

    • César VoncC

      Preset option with shortcut or custom layout in CommandData plugin

      Cinema 4D SDK
      • • • César Vonc
      4
      1
      Votes
      4
      Posts
      696
      Views

      César VoncC

      Thank you very much ! 🙂

    • César VoncC

      Send Message to CommandData

      Cinema 4D SDK
      • • • César Vonc
      8
      0
      Votes
      8
      Posts
      1.6k
      Views

      ferdinandF

      Hello @César-Vonc,

      without any further questions or replies, we will consider this topic as solved by Wednesday and flag it accordingly.

      Thank you for your understanding,
      Ferdinand

    • César VoncC

      Falloff on Python deformer

      Cinema 4D SDK
      • • • César Vonc
      4
      0
      Votes
      4
      Posts
      583
      Views

      ferdinandF

      Hello @César-Vonc,

      without further questions or postings, we will consider this topic as solved by Wednesday and flag it accordingly.

      Thank you for your understanding,
      Ferdinand

    • César VoncC

      C++ new plugin with Project tool fail

      Cinema 4D SDK
      • c++ r20 project tool • • César Vonc
      9
      0
      Votes
      9
      Posts
      3.0k
      Views

      M

      @césar-vonc said in C++ new plugin with Project tool fail:

      The informations a bit dispatched and I don't find the doc very clear, for example, there is no link to download Project Tool on the Project Tool page, and globally not enough examples in the sdk.

      Second sentence on this page: https://developers.maxon.net/docs/cpp/2023_2/page_maxonapi_projecttool.html
      Agreed, the link is not very well visible, but it says "The Project Tool can be obtained from developers.maxon.net[URL-REMOVED]"
      And of course, the docs are very helpful, it just needs a bit of reading. 😉

      [URL-REMOVED] @maxon: This section contained a non-resolving link which has been removed.