Announcement

Collapse
No announcement yet.

Maxscript snippet to offset animation with the new animated proxies

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Maxscript snippet to offset animation with the new animated proxies

    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.


    Code:
    for i in selection do i.anim_offset = random -25 25
    Regards,
    Thorsten

  • #2
    Hey,

    thank's for this great script . Usefull...

    bye

    cecofuli
    www.francescolegrenzi.com

    VRay - THE COMPLETE GUIDE - The book
    Corona - THE COMPLETE GUIDE - The book


    --- FACEBOOK ---

    Comment


    • #3
      verry usefull, just on time thx a lot..
      Best regards,
      Andrian
      _____________________________________
      www.fekta.eu
      Portfolio
      CG Talk

      Comment


      • #4
        Soulburn scripts "Do" will do this too.

        Comment

        Working...
        X