Navigation

    • Register
    • Login
    • Search
    • Categories
    1. Home
    2. Kuroyume0161
    3. Topics
    K
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by Kuroyume0161

    • K

      SOLVED Updating C4DThread code to C4D R20
      Cinema 4D Development • r20 c++ api classic api plugin migration • • Kuroyume0161  

      7
      0
      Votes
      7
      Posts
      442
      Views

      K

      @s_bach Aha! That helps! I will see how this works this weekend. :)
    • K

      SOLVED CUSTOMGUI_TREEVIEW in GetDDescription()
      Cinema 4D Development • r20 c++ classic api • • Kuroyume0161  

      4
      0
      Votes
      4
      Posts
      343
      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

      SOLVED Using maxon::BaseList with a TreeView?
      Cinema 4D Development • c++ api application development limitation • • Kuroyume0161  

      2
      0
      Votes
      2
      Posts
      198
      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.