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

    get userdata name/description in coffee?

    SDK Help
    0
    4
    350
    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
      Helper
      last edited by

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

      On 01/03/2006 at 06:36, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   9 
      Platform:   Windows  ;   
      Language(s) :   C.O.F.F.E.E  ;

      ---------
      Hi everybody,

      i made a coffe script which creates a null and i want to give that null some userdata.

      I can get/set userdata like this:
      <CODE>
      var data = myNull#ID_USERDATA;
      data->SetData(1,"test");
      println("userdata[1] : ",data->GetData(1));
      </CODE>

      Now i want to make a float slider from 0-500 with a name of "waypoint size", how can i make it so that userdata created from within my script shows up in the AM, and how can i access the description of my data?

      thanks,
      BellaLugosi

      EDIT:
      it's just a coffe script tag, no plugin, no resources..

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

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

        On 09/03/2006 at 15:50, xxxxxxxx wrote:

        Unfortunately there's currently no way to add the user data from within C.O.F.F.E.E.

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

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

          On 15/02/2007 at 07:06, xxxxxxxx wrote:

          Quote: Originally posted by Mikael Sterner on 09 March 2006
          >
          > * * *
          >
          > Unfortunately there's currently no way to add the user data from within C.O.F.F.E.E.
          >
          >
          > * * *

          Is this still the case?

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

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

            On 19/02/2007 at 01:18, xxxxxxxx wrote:

            yes, unfortunatly it's still not possible.

            cheers,
            Matthias

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