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. danielsian
    3. Topics
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 12
    • Posts 35
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by danielsian

    • D

      Create Radio Button in User Data

      Cinema 4D SDK
      • python • • danielsian
      5
      0
      Votes
      5
      Posts
      815
      Views

      D

      @i_mazlov Thanks a lot for your time.
      You answered my question brilliantly.

    • D

      Flip spline in RSScalarRamp / Invert Gradient in RSRamp not possible in Node Material?

      Cinema 4D SDK
      • python 2024 2023 • • danielsian
      3
      0
      Votes
      3
      Posts
      531
      Views

      D

      Thanks @ferdinand, you answered my question brilliantly, as you always do.
      Cheers

    • D

      How to group nodes in a Scaffold using Python

      Cinema 4D SDK
      • 2024 python • • danielsian
      3
      0
      Votes
      3
      Posts
      614
      Views

      D

      Hey @m_adam ,

      Thanks for your help. It works now.

      However, I'm wondering how I would have known that I needed to set the scaffold ID to the node. The documentation doesn't seem to explicitly mention this step. I might be wrong, but for someone without strong knowledge of the API, I'd never thought that way. I would rather added the selected nodes to a group, as this is what a scaffol is. Does that make sense?

      As a side note, after adding the nodes to the scaffold group, they appear messy, actually the nodes are nicely arranged inside the group, but the scaffold is overlapping other nodes. This is likely related to the bug we discussed here: https://developers.maxon.net/forum/post/73446. Am I right?

      Cheers

    • D

      Adding nodes to existing material won't auto arrange the node editor

      Cinema 4D SDK
      • 2024 python • • danielsian
      7
      0
      Votes
      7
      Posts
      1.3k
      Views

      M

      Hi sadly no news, except we kind of know the issue, sadly this issue is somehow by design and will require an architectural change.

      While we still want to fix this issue, everything is about priority and this is not a urgent priority at the moment so I can't tell you when it will be fixed. But it's on our list.
      Cheers,
      Maxime.

    • D

      Add normal button in a dialog that opens a dialog to select a folder

      Cinema 4D SDK
      • python • • danielsian
      6
      0
      Votes
      6
      Posts
      1.1k
      Views

      ferdinandF

      Hey @danielsian,

      Yes, a tree view could be another solution, another one could be a GeUserArea. I deliberately did not mention both options since they are more complex. Especially TreeViewFunctions, the underlying interface for tree views, tends to be overwhelming for newcomers. I would recommend the dynamic UI workflow hinted at above, as this will result in the least amount of code. But it will of course not be as beautiful as something truly custom.

      Cheers,
      Ferdinand

    • D

      Gradient Interpolation Error in 2024 release

      Cinema 4D SDK
      • python 2024 • • danielsian
      3
      0
      Votes
      3
      Posts
      554
      Views

      D

      @m_adam
      Brilliant!
      Thanks a lot!

    • D

      Python Xpresso node detect Userdata button press message

      Cinema 4D SDK
      • r20 python project tool • • danielsian
      5
      0
      Votes
      5
      Posts
      1.0k
      Views

      D

      @ferdinand Thanks for your comprehensive explanation. I really appreciate that.
      Cheers

    • D

      Test "Lock Overrides" in Python

      Cinema 4D SDK
      • python • • danielsian
      4
      0
      Votes
      4
      Posts
      636
      Views

      ferdinandF

      Hello @danielsian,

      without any further activity before Wednesday, the 16.03.2022, we will consider this topic as solved and remove the "unsolved" state from this topic.

      Thank you for your understanding,
      Ferdinand

    • D

      Copying Take Overrides from an object to another via Python not working properly

      Cinema 4D SDK
      • python s24 sdk • • danielsian
      3
      0
      Votes
      3
      Posts
      642
      Views

      D

      @m_magalhaes said in Copying Take Overrides from an object to another via Python not working properly:

      adding the backupvalue

      You are master!
      thanks my friend, it's working!

    • D

      How to pass a value from GeDialog to another class

      Cinema 4D SDK
      • • • danielsian
      5
      0
      Votes
      5
      Posts
      854
      Views

      D

      @ferdinand Thank you for your awesome explanation!
      I will keep this post as a reference for my studies as your approach seems a bit complicated for my understanding at the moment.
      I'm learning a lot with your contribution in this forum, and in this case here it's not gonna be different.
      Cheers

    • D

      Drag and Drop external image in a gui Edit Text box with Python

      Cinema 4D SDK
      • • • danielsian
      5
      0
      Votes
      5
      Posts
      820
      Views

      D

      Great!
      Cheers!

    • D

      Gui Dialog in Python not respecting the dimensions

      Cinema 4D SDK
      • python • • danielsian
      11
      0
      Votes
      11
      Posts
      1.8k
      Views

      H

      I know this is an old topic, but just for the record...

      The same thing seems to happen on macOS as well (Cinema 4D R21.207, macOS Catalina 10.15.3).

      If xpos and ypos are -2 (i.e. show the dialog in the middle of the screen), and pluginID is not given as parameter, the dialog dimensions are about half of what they're supposed to be. If a pluginID is given, dialog dimensions are correct.