op#ID_USERDATA:x | R9 versus R8

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

On 17/10/2005 at 13:29, xxxxxxxx wrote:

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

---------
I use an expression plugin that is controlled by ( many) UserData sliders.
In 9.1 and 9.5 using:

var myfader = op#ID_USERDATA:1;

works fine.
To see how well things might work in , at least R8.5, I get an error using that.

At the " # " sign I get COFFEE error, Expected ; , found #.

What would be the correct way to get those UserData in R8.5 ?

I am now experimenting with various BaseContainer setups, but have so far not succeded.

Cheers
Lennart

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

On 19/10/2005 at 05:41, xxxxxxxx wrote:

Hm, so far I haven't managed to get it working..
Looked some more at this board and haven't found anything I understand, it's mostly C++.

Have anyone here managed to use USERDATA faders in R8 - R8.5?
Or know what to look for, maybe I need to get hold of an older SDK?

Cheers
Lennart

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

On 19/10/2005 at 10:47, xxxxxxxx wrote:

Afaik the # notation introduced in R9 is unfortunately the only way to access user data in C.O.F.F.E.E.