get userdata name/description in coffee?
-
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,
BellaLugosiEDIT:
it's just a coffe script tag, no plugin, no resources.. -
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.
-
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?
-
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