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

    Topics created by Kuroyume0161

    • K

      Updating C4DThread code to C4D R20

      Cinema 4D SDK
      • • • Kuroyume0161
      7
      0
      Votes
      7
      Posts
      1.4k
      Views

      K

      @s_bach

      Aha! That helps! I will see how this works this weekend. 🙂

    • K

      CUSTOMGUI_TREEVIEW in GetDDescription()

      Cinema 4D SDK
      • c++ r20 • • Kuroyume0161
      4
      0
      Votes
      4
      Posts
      964
      Views

      K

      Sebastian,

      Added tags. Not really a question but a request. I thought that I had read about people adding a TreeView to the AM using GetDDescription() but maybe it wasn't as well fleshed out as they (or I) suspected.

      I will look into the custom data type and GUI for it.

      Please mark as Solved.

      Thanks!
      Robert

    • K

      Using maxon::BaseList with a TreeView?

      Cinema 4D SDK
      • • • Kuroyume0161
      2
      0
      Votes
      2
      Posts
      544
      Views

      M

      Hi @Kuroyume0161, first of all, welcome back in the plugincafe community, I'm glad to see you here!

      Unfortunately, this is not possible to use directly a BaseList with a TreeView and as you already figured it out, you have to maintain this list yourself.

      While it's very nice that a TreeView offer this abstraction level, and allows to make a list from any kind of data, it has the overhead to builds this TreeView layer.

      Cheers,
      Maxime.