Notifications
Clear all

[Closed] create an array from objects position values

Hello,

Is it possible to create an array from each frame of an objects position values over the active time segement.

So New_Array[3] would be the value of the objects position at frame 3?

If so how would I go about writing this.

Thanks in advance for any help

cheers
Dan

2 Replies

yes, seems possible,

create array arr = #()

just loop on the scene to find the object.

Then create arr in the array arr[ 1 ] = #()

Then push infos you want…

Just a loop inside a loop inside a loop

Thanks for that I`ll try it out.

Ta
Dan