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. Poliigon
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by Poliigon

    • PoliigonP

      Setting the name of a maxon.GraphNode via Python

      Cinema 4D SDK
      • 2023 python • • Poliigon
      3
      0
      Votes
      3
      Posts
      545
      Views

      PoliigonP

      Hey Maxime,
      thanks for the quick answer.
      Actually I thought, I had tried SetValue() with that ID. But either I did something wrong or I tried something else... anyway, thanks.
      Just checked: Yes, I did something wrong. I stupidly just passed a string instead of a maxon.String. With the latter it works, not that I doubted your proposal.

      Maybe would be good, if SetValue() could throw an error, if a wrong type gets passed instead of just doing nothing.

      Also thanks for the pointer to Dunhou's project, I was already aware. Nice project! And indeed I peeked into it regarding some Arnold peculiarities...

      Cheers,
      Andreas

    • PoliigonP

      HtmlViewerCustomGui issue

      Cinema 4D SDK
      • 2023 python • • Poliigon
      3
      0
      Votes
      3
      Posts
      504
      Views

      PoliigonP

      Bummer.
      But thanks, Maxime, for the quick reply.