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
    • Recent
    • Tags
    • Users
    • Login

    Exporting user data added to a material

    Scheduled Pinned Locked Moved SDK Help
    3 Posts 0 Posters 279 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H Offline
      Helper
      last edited by

      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

      On 13/04/2010 at 08:16, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   11.5 
      Platform:   Windows  ;   
      Language(s) :     C++  ;

      ---------

      how can i access / export user data from a material ?

      i can export diffuse/specular/textures ... by using

      material->GetParameter( DescID( ... ), myparam, 0, );

      but i cannot figure out how access user added data that shows up in the custom channels of the material. i would need to export both the user given name and the value (float/string/texture).

      thanks for any suggestions

      martin

      1 Reply Last reply Reply Quote 0
      • H Offline
        Helper
        last edited by

        THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

        On 13/04/2010 at 08:25, xxxxxxxx wrote:

        Please check the GetDynamicDescription() method and DynamicDescription class. It allows you to access and browse user data.

        cheers,
        Matthias

        1 Reply Last reply Reply Quote 0
        • H Offline
          Helper
          last edited by

          THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

          On 14/04/2010 at 01:07, xxxxxxxx wrote:

          Matthias,

          that's exactly what I was missing. Works like a charm.

          Thanks for your help,

          Martin

          1 Reply Last reply Reply Quote 0
          • First post
            Last post