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!
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
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...
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
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.
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()
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
Amazing videos. Very informative and somehow rather entertaining.
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
wow ! what a speach :)
learnt a lot!
Thanks for the great lesson !!
thanx ian . more more tutorials PLZ
welldone... thanks for the tutorial
thanks for this
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...
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
Thank you :-)
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.
Are you in 2017 Update 1 or above?
I believe this is just the base 2017 version. I will update and try again, thank you for the guidance!
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.
How can I move or scale the whole mash?
I want to know how to constrain random rotation to 90 degree increments in MASH.
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()
Thanks a lot
Can you bake those movements from the mash to objects?
Yes, use the utility Bake MASH Instancer to Objects under MASH > Utilities.
hi ian
looks like that the middle mouse drag then Alt to duplicate the falloff shape is not working on windows.
thanks
Just to check, are you using 2017 Update 1?
yes
I'll look into it, thanks for letting me know.
Thanks Nadim, must be a Mac/PC thing.
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
Are you using Update 1+ ?
I did the update and it works perfectly, thank you