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

    jpheneger

    @jpheneger

    0
    Reputation
    2
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jpheneger Unfollow Follow

    Latest posts made by jpheneger

    • Is it possible to build a TreeView from a user database?

      I have multiple Redshift materials (defined as a database) that I'd like to load into the application and show to the user in a GeDialog.

      I have successfully loaded the database into the application, but it is not clear to me how to traverse the database such that I am able to build up a tree view structure that can be used to navigate the various catetories/assets in the database.

      Using the GetUserPrefsRepository function, I can search for a given category or asset - but only if I know it's ID ahead of time.

      If I know the top level category, is it possible to traverse the repository from that point and build up a TreeView to represent those assets?

      posted in Cinema 4D SDK sdk c++
      J
      jpheneger
    • Best practices for loading textures?

      I would like to create a C++ plugin that is able to load textures from a directory and allow the user to drag/drop the textures into C4D for use in creating materials.

      Is there a document that describes the best practices for accomplishing this task?

      posted in Cinema 4D SDK sdk c++ 2023
      J
      jpheneger