Maya 2017 - Duplicating MASH Falloff nodes

Поделиться
HTML-код
  • Опубликовано: 20 окт 2024
  • A run through the two ways of duplicating Falloff objects, along with a guide of how to sensibly share a MASH Falloff node between several MASH nodes.
    This tutorial requires Maya 2017 Update 1!

Комментарии • 29

  • @jake0724
    @jake0724 8 лет назад +1

    Amazing videos. Very informative and somehow rather entertaining.

  • @Headedtothetop1111
    @Headedtothetop1111 8 лет назад +1

    Hey bro thanks for the tutorial. I really do I appreciate you taking time out to make these vids for the public. in the future can you please have your volume higher? Thanks again

  • @lukegreek4038
    @lukegreek4038 8 лет назад

    Great Tutorial Ian! I am struggling with the MMB+Alt combo as well though. The problem being that even when I duplicate and connect the offset1 node to the Color node, it doesn't connect to the Mash_Offset output in any way. The only connection is to the Mash_Color node through the Falloff Out. Have you found a work around for this? Thank you for your time.

    • @ianwaters6035
      @ianwaters6035  8 лет назад

      Are you in 2017 Update 1 or above?

    • @lukegreek4038
      @lukegreek4038 8 лет назад

      I believe this is just the base 2017 version. I will update and try again, thank you for the guidance!

    • @lukegreek4038
      @lukegreek4038 8 лет назад

      I have been hunting for update one for hours now, any idea on where to find it? I have searched the Autodesk website and desktop app to no avail.

  • @farzinmoayed2718
    @farzinmoayed2718 8 лет назад

    thanx ian . more more tutorials PLZ

  • @AlicjaKraft
    @AlicjaKraft 7 лет назад

    For Windows...) are there changes in workflow ? I don't get why my color node doesn't work and also copying MMB+alt the follow obj. doesn't work. thanks

    • @ianwaters6035
      @ianwaters6035  7 лет назад

      Are you using Update 1+ ?

    • @AlicjaKraft
      @AlicjaKraft 7 лет назад

      I did the update and it works perfectly, thank you

  • @SHADRAGZ
    @SHADRAGZ 6 лет назад

    How can I move or scale the whole mash?

  • @ahahlex
    @ahahlex 8 лет назад

    I don't why but the spring doesn't really work for me, when I add dumping I can see that it slows down the process but there is no oscillation... maya 2017 windows. maybe I missed something but your tuto is pretty clear...

    • @ianwaters6035
      @ianwaters6035  8 лет назад

      Hey Alexandre,
      Is your playback speed set to play every frame? I'm not sure but it might help? Otherwise please send a scene and I'll take a look.
      Best,
      Ian

  • @7lionAnimation
    @7lionAnimation 4 года назад

    welldone... thanks for the tutorial

  • @kioly_ah
    @kioly_ah Год назад

    learnt a lot!

  • @prodamDivan
    @prodamDivan 5 лет назад

    Thanks for the great lesson !!

  • @Kirin122
    @Kirin122 6 лет назад

    Can you bake those movements from the mash to objects?

    • @ianwaters6035
      @ianwaters6035  6 лет назад

      Yes, use the utility Bake MASH Instancer to Objects under MASH > Utilities.

  • @Vadim-tc5hk
    @Vadim-tc5hk 8 лет назад

    hi ian
    looks like that the middle mouse drag then Alt to duplicate the falloff shape is not working on windows.
    thanks

  • @heweiping123
    @heweiping123 8 лет назад

    I want to know how to constrain random rotation to 90 degree increments in MASH.

    • @ianwaters6035
      @ianwaters6035  8 лет назад

      The Python node, easy:
      import openMASH
      import random
      #initialise the MASH network data
      md = openMASH.MASHData(thisNode)
      #this is how to get the frame number
      frame = md.getFrame()
      #and this gets the number of objects in the network
      count = md.count()
      random.seed(0)
      #add the index to the Y position
      for i in range(count):
      multiplier = random.randint(0,6)
      rot = 90*multiplier
      md.outRotation[i].y=rot
      #tell MASH to write the network data
      md.setData()

    • @heweiping123
      @heweiping123 8 лет назад

      Thanks a lot

  • @pentecostesish
    @pentecostesish 4 года назад

    thanks for this

  • @sohaibaljarih
    @sohaibaljarih 5 лет назад

    Thank you :-)