THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 19/05/2009 at 04:54, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 11
Platform: Mac OSX ;
Language(s) : C.O.F.F.E.E ;
---------
another check.
I can read default parameters from tags "directly" as the code below.
(Using the PhongTag with an added Userdata)
Trying to do the same thing with a Userdata parameter gives a
"parameter access failed" msg.
Cheers
Lennart
> \> main(doc,op) \> { \> var phongangle = op#804:5612:1002;// <- works \> var myuserdata = op#804:5612:700:1;// <- doesn't work \> } \>