CSV data imported to change a position

   989   1   0
User Avatar
Member
3 posts
Joined: Feb. 2019
Offline
Hi,
is it possible to import data from a csv (e.g. 3 columns) as position changes (animation) of a point?
I use the Table Import Node but it imports each row of the csv as the position of a seperate point.
User Avatar
Member
648 posts
Joined: July 2005
Offline
add sop to make one point, append a wrangle, attach table node to 2nd input and try :
@P = point(1,"P",@Frame)
  • Quick Links