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. qq475519905
    3. Topics
    Q
    • Profile
    • Following 1
    • Followers 0
    • Topics 4
    • Posts 9
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by qq475519905

    • Q

      Discussion on the feasibility of exporting FBX through zscript

      ZBrush SDK
      • c++ windows 2024 • • qq475519905
      6
      0
      Votes
      6
      Posts
      1.1k
      Views

      ferdinandF

      Hey @qq475519905,

      sorry for the delay. As I said in the beginning, you can implement your own serializer using GoZ. But there is no dedicated exporter API in ZScript. I assume you are using some RoutineCall to achieve what you are doing. You cannot escape any GUI associated with such call.

      Cheers,
      Ferdinand

    • Q

      Help with C4D Preferences Plugin Installation/

      Cinema 4D SDK
      • python 2024 2023 • • qq475519905
      2
      0
      Votes
      2
      Posts
      524
      Views

      ferdinandF

      Hello @qq475519905,

      Thank you for reaching out to us. Your question is very ambiguous. But given your posting history, I assume this is a development question and not an end user question. I.e., you are a developer who struggles with setting up a plugin which is being loaded, and you are not a user struggling with installing someone else's plugin (the latter would be out of scope of support for the developer forum).

      We have plenty of Python plugin examples on Github, for anything more concrete, we will need a more concrete question from you. Most importantly executable example code which highlights your problem. Please have a look at Support Procedures: How to Ask Questions.

      Cheers,
      Ferdinand

    • Q

      Retrieving Images from Cinema 4D's Picture Viewer for Importing into Photoshop

      Cinema 4D SDK
      • python 2023 • • qq475519905
      3
      0
      Votes
      3
      Posts
      720
      Views

      ferdinandF

      Hello,

      Thank you for reaching out to us. @Dunhou is right, the Picture Viewer is sealed, which means that you can put images into it (with c4d.bitmaps.ShowBitmap or c4d.documents.LoadFile) but you cannot get images or information out of it. This generally applies to all UIs, we do not expose UIs, but the data structures behind them. So, there is for example no Object or Material Manager API interface, their functionalities are exposed via the scene graph. For the Picture Viewer there is no data structure exposed.

      Cheers,
      Ferdinand

    • Q

      When exporting FBX using c4dpy.exe, there is no texture or material information for the material

      Bugs
      • python 2024 • • qq475519905
      6
      0
      Votes
      6
      Posts
      1.5k
      Views

      i_mazlovI

      Hi @qq475519905,

      You issue is likely a bug in the material export code, I've created a ticket (ITEM#530704) in our internal bug tracking system. Thank you for reporting the issue!

      Cheers,
      Ilia