Hey there,
just thought someone might find that useful. This doesnt do any
errorchecking so handle with care.
Simply select the animated proxies paste the line below in the listener and
hit enter (enter, not return :P)
When written like below the animation offset will be randomly between -25 frames and 25 frames. Change the values as needed.
Regards,
Thorsten
just thought someone might find that useful. This doesnt do any
errorchecking so handle with care.
Simply select the animated proxies paste the line below in the listener and
hit enter (enter, not return :P)
When written like below the animation offset will be randomly between -25 frames and 25 frames. Change the values as needed.
Code:
for i in selection do i.anim_offset = random -25 25
Thorsten
Comment