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
    • Unread
    • Recent
    • Tags
    • Users
    • Login
    1. Maxon Developers Forum
    2. Tags
    3. 2024
    Log in to post
    • All categories
    • S

      Crash when using C4D shader in Redshift

      Bugs
      • 2024 c++ windows • • spedler
      7
      0
      Votes
      7
      Posts
      320
      Views

      S

      Tried to send the crash report on 6/6/25 at 22:08 but I got a message saying there was a problem sending it. The message also says to send it by email so I've sent it to sdk_support(at)maxon(dot)net.

      Steve

    • O

      Weight Manager UI Not Updating Immediately After Locking Joints via API?

      Bugs
      • windows 2024 python • • Oliver
      3
      0
      Votes
      3
      Posts
      254
      Views

      O

      @ferdinand Got it, thanks for the heads-up!

    • kangddanK

      ChangeNBit() Method Parameter Issue: c4d.AHIDE_FOR_HOST Not Recognized?

      Cinema 4D SDK
      • windows 2024 python • • kangddan
      3
      0
      Votes
      3
      Posts
      277
      Views

      kangddanK

      @ferdinand Thansk!

    • kangddanK

      How to call other object's button attribute by a tag and simulate clicking?

      Cinema 4D SDK
      • 2024 windows python • • kangddan
      7
      0
      Votes
      7
      Posts
      583
      Views

      ferdinandF

      Good to hear!

    • M

      ZBP file format

      ZBrush SDK
      • windows 2024 c++ • • madfx
      2
      0
      Votes
      2
      Posts
      261
      Views

      i_mazlovI

      Hi @madfx,

      Welcome to the Maxon developers forum and its community, it is great to have you with us!

      Getting Started

      Before creating your next postings, we would recommend making yourself accustomed with our forum and support procedures. You did not do anything wrong, we point all new users to these rules.

      Forum Overview: Provides a broad overview of the fundamental structure and rules of this forum, such as the purpose of the different sub-forums or the fact that we will ban users who engage in hate speech or harassment. Support Procedures: Provides a more in detail overview of how we provide technical support for APIs here. This topic will tell you how to ask good questions and limits of our technical support. Forum Features: Provides an overview of the technical features of this forum, such as Markdown markup or file uploads.

      It is strongly recommended to read the first two topics carefully, especially the section Support Procedures: How to Ask Questions.

      About your First Question

      I'm sorry for the delayed answer.

      Unfortunately there's no existing public API that would allow you to do that.

      Cheers,
      Ilia

    • K

      Make Python Generator update on User Data change

      Cinema 4D SDK
      • 2024 2025 python • • karpique
      3
      0
      Votes
      3
      Posts
      342
      Views

      K

      Thansk so much for the video, that was a deep dive! For my issue, I resolved it like this:

      def message(id, data): if(id==c4d.MSG_DESCRIPTION_POSTSETPARAMETER): userDataID = eval(str(data['descid']))[1][0] if userDataID in [2, 4, 5]: c4d.CallButton(op, c4d.OPYTHON_MAKEDIRTY)

      so, if any user data touched (including fieldlist), the generator updates itself.

    • D

      Reading from the Project Settings

      Cinema 4D SDK
      • c++ 2024 • • d_schmidt
      3
      0
      Votes
      3
      Posts
      324
      Views

      D

      Hi @ferdinand,

      Sorry about missing that post. This exactly solved my problem, thanks.

      Dam

    • chuanzhenC

      How to Execute a Modifier plugin in Expression priority

      Cinema 4D SDK
      • 2024 python • • chuanzhen
      7
      0
      Votes
      7
      Posts
      483
      Views

      chuanzhenC

      @i_mazlov Thanks,it works!

    • chuanzhenC

      Change Icon Color parameter

      Cinema 4D SDK
      • 2024 python • • chuanzhen
      6
      0
      Votes
      6
      Posts
      400
      Views

      chuanzhenC

      @i_mazlov Thanks for your help, it works well.

    • S

      How to Activate Polygon Selection in the Selection Filter

      Cinema 4D SDK
      • 2024 python • • seora
      3
      0
      Votes
      3
      Posts
      244
      Views

      S

      @ferdinand Your response was helpful. Thank you:)

    • chuanzhenC

      How to convert the length of a line on the screen to the length of an object.

      Cinema 4D SDK
      • 2024 python • • chuanzhen
      4
      0
      Votes
      4
      Posts
      356
      Views

      ferdinandF

      Hey,

      Yes, parallel/orthographic projection is effectively just the dot product. The modelling examples cover point plane projections with a function very similar to yours. There is also c4d.utils.PointLineSegmentDistance but I never use it, as it strikes me as more cumbersome to use than just doing the math yourself.

      Cheers,
      Ferdinand

    • chuanzhenC

      Show or Hide Object in Viewport

      Cinema 4D SDK
      • 2024 python • • chuanzhen
      4
      0
      Votes
      4
      Posts
      364
      Views

      ferdinandF

      Sorry, I am rotating on the spot right now, did not yet get to answering here. @gheyret is right, there is still a bug, will give @m_adam a note on Monday.

    • Q

      Discussion on the feasibility of exporting FBX through zscript

      ZBrush SDK
      • c++ windows 2024 • • qq475519905
      6
      0
      Votes
      6
      Posts
      610
      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

    • Y

      Plugin does not appear in Expression on client's Cinema 4D

      Cinema 4D SDK
      • s26 2024 c++ windows • • yaya
      24
      0
      Votes
      24
      Posts
      1.7k
      Views

      Y

      Oh, you've edited your previous message! Thanks! I will try it.

    • D

      Volume Builder Type Fog Should it be solid?

      Cinema 4D SDK
      • c++ 2024 • • d_schmidt
      3
      0
      Votes
      3
      Posts
      301
      Views

      D

      Hi @m_adam ,

      Thank you so much! That was exactly what I needed.

      Dan

    • chuanzhenC

      How to drag rows in Treeview

      Cinema 4D SDK
      • 2024 python • • chuanzhen
      4
      0
      Votes
      4
      Posts
      305
      Views

      chuanzhenC

      @ferdinand Thanks for your help!👍

    • L

      customize ZBrush add-on

      ZBrush SDK
      • windows 2024 • • LeonGao007
      3
      0
      Votes
      3
      Posts
      412
      Views

      L

      @m_adam thanks for your prompt response. I'm looking forward to hearing from you.

    • kbarK

      How to handle AddDependence hh deprecation in 2024 onwards

      Cinema 4D SDK
      • python 2024 2025 • • kbar
      6
      3
      Votes
      6
      Posts
      564
      Views

      ferdinandF

      Hey @kbar,

      Thank you for reaching out to us and the heads up, much appreciated. Looks like we forgot to update the function documentation, because the change is in the change notes. I updated the docs for the upcoming release.

      Cheers,
      Ferdinand

    • K

      Image Viewer API

      Cinema 4D SDK
      • 2024 s26 python • • kmhfygg
      6
      0
      Votes
      6
      Posts
      459
      Views

      K

      @i_mazlov Thanks for the reply. I may have described it wrong. I am talking about the image viewer. It seems that there is currently no API interface to get the number of frames rendered, nor can I get the total number of frames in the rendering settings.