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. fused
    3. Posts
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by fused

    • RE: Decoupling source from SDK project

      @kbar said in Decoupling source from SDK project:

      Since Maxon also updates the ProjectTool when a new version of C4D comes out and it may have new flags or optimazations and changes to the project structure for XCode and Visual Studio.

      From what I can tell it's pretty stable, also I don't mind what someone else thinks my compiler optimisation flags should be.

      Maintaining your own CMake version going forward for R20, R21, S22, RXX etc... would be a massive pain and just slow you down.

      Not as painful as you think it might be, also not as slow.
      Whatever floats your boat. 🙂

      posted in Cinema 4D SDK
      F
      fused
    • RE: Decoupling source from SDK project

      If you don't mind maintaining your own CMake (or similar) script, the sourceprocessor in the SDK allows to specify a target directory for the generated files from R21 onwards.

      I would not exactly recommend going that way, but for me it beats using the project tool.

      posted in Cinema 4D SDK
      F
      fused
    • FileSelect for multiple files

      I guess this is a request.
      Couldn't find anything in the SDK docs about it, would be useful to have.

      posted in Cinema 4D SDK
      F
      fused