THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 24/08/2009 at 06:35, xxxxxxxx wrote:
User Information:
Cinema 4D Version:
Platform: Mac OSX ;
Language(s) : C.O.F.F.E.E ;
---------
Hi I know that this is probably very simple, but I'm afraid I'm not getting it. I'm trying to write a coffee tag pluggin and to fill an array. I want to use a loop to scroll through the frames and fill the user data info for each frame.
I've tried:
var i = 0;
for (i = 0; i < max_frame; i = i + 1) {
BaseTime (i,25);
doc->SetTime();
print (frame);
print (",");
print( arr_number[frame]);
println(" "); }
but I'm not having any joy. Any help would be greatly appreciated.
Regards Conor