Automate a Clock in Maya

Sdílet
Vložit
  • čas přidán 10. 09. 2024
  • Using expressions in Maya automate the ticking of the clock hands accurately. Not just rotating the hand but the actual ticks are handled by simple expressions.
    FOR : people with basic modeling and animation knowledge in maya
    LEVEL : Beginners/intermediate
    Scripts used:
    For Second Hand:
    secondHand.rotateZ = int((-time*360)/(60*6))*6
    For Minute Hand:
    minuteHand.rotateZ = int((-time*360)/(60*60*6))*6
    For Hour Hand:
    hourHand.rotateZ = (-time*360)/(60*60*60)

Komentáře • 6

  • @ABC_ColorGame
    @ABC_ColorGame Před 8 měsíci +1

    Thank you very much for this lesson, I really appreciate it.

    • @tranz4d
      @tranz4d  Před 6 měsíci

      Glad it was helpful!

  • @michaelllrobson
    @michaelllrobson Před 3 lety +1

    thank you, your video saved me! (thumbs up)

  • @royalvideo4264
    @royalvideo4264 Před 5 lety +1

    Character rigg part bay part. Plz make videos sir

    • @tranz4d
      @tranz4d  Před 5 lety

      Will do for sure soon