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..