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. liushu
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    liushu

    @liushu

    0
    Reputation
    38
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    liushu Unfollow Follow

    Latest posts made by liushu

    • RE: how can I convert a c4d file to fbx format

      @PluginStudent said in how can I convert a c4d file to fbx format:

      You could write a standalone C++ application that uses the Cineware SDK and the FBX SDK.

      you said "You could write a standalone C++ application that uses the Cineware SDK and the FBX SDK."

      this is I want to do.
      but is there a free and legal way to get fbx sdk.
      only cineware sdk cannot complete the task.

      I have not c4d software.
      https://developers.maxon.net/docs/cpp/2023_2/index.html
      where_sdk.jpg

      posted in Cineware SDK
      L
      liushu
    • RE: how can I convert a c4d file to fbx format

      @m_adam
      so what you mean is I can't convert a c4d file to fbx without a Cinema 4D sofware installed ?

      c++ SDK or python SDK just work with running Cinema 4D, sdk do not work alone.

      I haven't Cinema 4D, and I want convert some c4d files to fbx. There ary some other ways?

      posted in Cineware SDK
      L
      liushu
    • RE: how can I convert a c4d file to fbx format

      thanks for answer.
      there are 2 quesions.

      1 . if i use python sdk. where can I download it.
      In [URL-REMOVED]
      there is not free python sdk.
      I notice that: "c4dpy does work only with commercial licenses"

      2 . I can download c++ sdk. I am c++ programmer.
      I do it according to https://medium.com/@antoinefortin_64750/how-to-setup-cinema4d-and-melange-c-sdk-924110725c01

      env:
      vs2019
      22.004_RBCinewaresdk22.0_317036

      but i encounter compile problems.

      I add include lines as below

      #include "c4d_file.h"
      #include "default_alien_overloads.h"

      then, there ars many errors likes that:

      C2065 'objectToDelete': undeclared identifier use_r22 ...\includes\private_ge_mtools.h 633
      see reference to class template instantiation 'cineware::GeTempDynArray<TYPE>' being compiled use_r22 ...\includes\private_ge_mtools.h 687
      C3861 'objectToDelete': identifier not found use_r22 C:\Users\boluo\3D Objects\cineware\r22\includes\private_ge_mtools.h 633

      I have add include directives and libs config

      step1.jpg

      compile.jpg

      many_errs.jpg

      I think i missed something or , there is confiure error.
      I tried different version vs and different version c4d lib, and I tried c++ 14. But these errors still exist.


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

      posted in Cineware SDK
      L
      liushu
    • how can I convert a c4d file to fbx format

      using sdk or cineware.
      or use python, but how cat I get python sdk .

      posted in Cineware SDK
      L
      liushu