Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python 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. Cinema 4D SDK
    Log in to post
    Load new posts
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • jenandesignJ

      add/remove/modify FieldList with python?

      • • jenandesign
      5
      0
      Votes
      5
      Posts
      1.1k
      Views

      J

      Hello @jenandesign ,

      without further questions or postings, we will consider this topic as solved by Friday, the 11th of august 2023 and flag it accordingly.

      Thank you for your understanding,
      Maxon SDK Group

    • S

      Selections in python

      python • • SemyonShapoval
      3
      0
      Votes
      3
      Posts
      563
      Views

      J

      Hello @SemyonShapoval

      without further questions or postings, we will consider this topic as solved by Friday, the 11th of august 2023 and flag it accordingly.

      Thank you for your understanding,
      Maxon SDK Group

    • gheyretG

      CommandData Plugin DrawHUD

      s26 python • • gheyret
      3
      0
      Votes
      3
      Posts
      471
      Views

      J

      Hello @gheyret ,

      without further questions or postings, we will consider this topic as solved by Friday, the 11th of august 2023 and flag it accordingly.

      Thank you for your understanding,
      Maxon SDK Group

    • ThomasBT

      Bug R23? Viewport Render Aborts with Physical Renderer

      r23 python windows • • ThomasB
      4
      0
      Votes
      4
      Posts
      791
      Views

      J

      Hello @ThomasB ,

      without further questions or postings, we will consider this topic as solved by Friday, the 11th of august 2023 and flag it accordingly.

      Thank you for your understanding,
      Maxon SDK Group

    • F

      GvOperatorData, GetDDescription() problems

      sdk s26 • • Filip
      6
      0
      Votes
      6
      Posts
      986
      Views

      J

      Hello @Filip ,

      without further questions or postings, we will consider this topic as solved by Friday, the 11th of august 2023 and flag it accordingly.

      Thank you for your understanding,
      Maxon SDK Group

    • G

      Listening to the status of the Pictureviewer (like when Rendering Multiple Takes to Pictureviewer)

      python project tool • • GillesKontrol
      5
      0
      Votes
      5
      Posts
      895
      Views

      J

      Hello @GillesKontrol ,

      without further questions or postings, we will consider this topic as solved by Friday, the 11th of august 2023 and flag it accordingly.

      Thank you for your understanding,
      Maxon SDK Group

    • C

      How to: Plugin parent folder on extensions menu

      python • • cybor09
      5
      0
      Votes
      5
      Posts
      1.2k
      Views

      J

      Hello @cybor09 ,

      without further questions or postings, we will consider this topic as solved by Friday, the 11th of august 2023 and flag it accordingly.

      Thank you for your understanding,
      Maxon SDK Group

    • mikeudinM

      How to apply new fixed FieldList securely

      r23 python 2023 • • mikeudin
      5
      0
      Votes
      5
      Posts
      1.1k
      Views

      J

      Hello @mikeudin ,

      without further questions or postings, we will consider this topic as solved by Friday, the 11th of august 2023 and flag it accordingly.

      Thank you for your understanding,
      Maxon SDK Group

    • K

      Generator object's children visibility

      c++ • • konradsawicki
      10
      0
      Votes
      10
      Posts
      1.7k
      Views

      J

      Hello @konradsawicki ,

      without further questions or postings, we will consider this topic as solved by Friday, the 11th of august 2023 and flag it accordingly.

      Thank you for your understanding,
      Maxon SDK Group

    • T

      Is there a Message ID for Render Data or Render Document Change?

      python 2023 • • Thodos
      4
      0
      Votes
      4
      Posts
      771
      Views

      J

      Hello @Thodos ,

      without further questions or postings, we will consider this topic as solved by Friday, the 11th of august 2023 and flag it accordingly.

      Thank you for your understanding,
      Maxon SDK Group

    • aghiad322A

      Message system isn't working in python effector

      python • • aghiad322
      4
      0
      Votes
      4
      Posts
      748
      Views

      ferdinandF

      Hello @aghiad322,

      I have closed this thread as it has been answered. The task has been added to our internal task pool. However, since this is not a bug but a feature limitation, I have not marked this thread as to_fix as there is nothing to fix here.

      This does not mean that we will not do it, I have added the task for now to the task pool of a close by release. But we treat feature requests differently than bugs, and the task might therefore be postponed/pushed when we run out of time in that release.

      Cheers,
      Ferdinand

    • WickedPW

      ProgressDialog and SetTitle()

      sdk c++ • • WickedP
      3
      0
      Votes
      3
      Posts
      590
      Views

      WickedPW

      Hi @i_mazlov

      The dialog/gui is open. It's a progress dialog that I use to run an export function.

      I did some more digging, and I believe I've solved it. I had to put the SetTitle() into the dialog's Timer() function. So, something like this:

      virtual void MyProgressDialog::Timer(const BaseContainer& msg) { // 'title' is a class-level string variable SetTitle(title); return ProgressDialog::Timer(msg); }

      Seems to work as expected.

      WP.

    • ymoonY

      hud depth buffer?

      r19 2023 python • • ymoon
      6
      0
      Votes
      6
      Posts
      1.1k
      Views

      ymoonY

      Added one more for... zip to remove the invisible points.

    • M

      How to apply PostEffect to Viewport in realtime?

      • • maxiokid
      3
      0
      Votes
      3
      Posts
      436
      Views

      M

      Thank you for the reply. I'll create a new topic

    • ferdinandF

      Handling Treeview File Drag and Drop Events

      python c++ 2023 • • ferdinand
      3
      1
      Votes
      3
      Posts
      731
      Views

      ferdinandF

      Hey @Dunhou,

      yeah, I already saw and fixed that in the course of answering this.

      Cheers,
      Ferdinand

    • HerzogVonWieselH

      How to Dynamically Change the Size of Dialog Window

      2023 python • • HerzogVonWiesel
      3
      0
      Votes
      3
      Posts
      905
      Views

      HerzogVonWieselH

      Thank you again @ferdinand !

      Sad that resizing windows is not a possibility. Would've been nice to have the options pop up once you toggle the extra options on! Now I've implemented them as a modal dialogue so you can choose them and close it again.

      Thank you for your help!

    • F

      Python plugin encryption

      python 2023 sdk • • filipst
      3
      0
      Votes
      3
      Posts
      673
      Views

      F

      Thank you very much!

    • fwilleke80F

      How to implement a moveable type with MAXON_OPERATOR_MOVE_ASSIGNMENT?

      r25 c++ windows • • fwilleke80
      5
      0
      Votes
      5
      Posts
      803
      Views

      fwilleke80F

      @jana sorry, I forgot to flag it myself. All solved, thank you 👍

    • WickedPW

      ShowBitmap() and image name

      sdk c++ • • WickedP
      5
      0
      Votes
      5
      Posts
      1.0k
      Views

      ferdinandF

      Hey @WickedP,

      Thank you for pointing it out. There was a problem with how the CSS of the plugin providing the solved feature, the forum CSS, and our styling CSS did mesh in the light skin. I fixed it by putting even more CSS on top of things - because who doesn't love a solid mess in the CSS 😛

      PS: I am aware that the search feature could also still use some work under the dark skin. It is just not the highest priority when things are ugly but readable.

      Cheers,
      Ferdinand

    • E

      How to obtain the path of a selected Asset in Asset Browser

      python 2023 • • Easan
      3
      0
      Votes
      3
      Posts
      641
      Views

      E

      @ferdinand
      Thank you very much for your help, your code has been extremely useful to me.
      Cheers!