jim_johnston Posted January 15, 2017 Share Posted January 15, 2017 (edited) Hi all, Made a simple noise effect on a line using a solver to duplicate transform and merge previous frames. How do I go about deleting a frame which has iterated say 50 times? To limit the effect? EDIT: I have created an pt.attribute called 'frame' which adds a number for each consecutive frame, but obviously if a say delete @frame<50 it will just cease creating new frames rather than deleting old one.... hmmmmm I think I have a solution. Edited January 15, 2017 by jim_johnston Quote Link to comment Share on other sites More sharing options...
jim_johnston Posted January 15, 2017 Author Share Posted January 15, 2017 (edited) ok that was simpler than expected, haha delete '@frame<($F-50)' 50 being the offset... Edited January 15, 2017 by jim_johnston Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.