Notifications
Clear all
[Closed] Random offset point cache start time
Feb 18, 2005 7:58 pm
Hi, does anybody know if there are a script out there setting the start time on the point cache modifier at a random number?
Any scriptcompetent people want to script this for me?
I am using max5.2
-Tom
3 Replies
Feb 18, 2005 7:58 pm
blur has this randomtracktiming script… but u need to select which tracks gets randominzed in the track view…
Feb 18, 2005 7:58 pm
im after something very similar, a mass edit function to retime all the point cache modifiers to a specified frame time.
anyone got any pointers?
cheers
Feb 18, 2005 7:58 pm
hi, you could try this script, it sets the start time for all objects with point cache modifiers in it to frame 10.
for i in $* where i.modifiers[#point_cache] != undefined do i.modifiers[#point_cache].time = 10
(copy and paste this to the listener and press Enter to execute)