How to copy ptnums in frames

   825   3   1
User Avatar
Member
76 posts
Joined: Aug. 2018
Offline
Hi,

This is too simple but i cannot figure it out. I have 600 points and i want to copy one of each points in frame so I have 600 frames and one point per frame. (frame 1 has ptnum0 etc). How can I do this in point wrangle?

Thx
User Avatar
Member
191 posts
Joined: Oct. 2018
Offline
How about just using a blast set to points and put $F in the group. Then check Delete Non Selected.
User Avatar
Member
2042 posts
Joined: Sept. 2015
Offline
You could put this in a solver:

if((@Frame - 1) == @ptnum) addpoint(geoself(), @P);
User Avatar
Member
76 posts
Joined: Aug. 2018
Offline
mkps
How about just using a blast set to points and put $F in the group. Then check Delete Non Selected.

Yeah this works!

Thx
  • Quick Links