Great tutorial Ian, I enjoyed them all, thank you. Just keep them coming.
@camcamcam-4208 жыл бұрын
very cool! the mash tutorials are very helpful
@oterik7 жыл бұрын
Do love your vids bonne continuation et merci :-)
6 жыл бұрын
Hi Ian, great video. Is there a book or web site you recomended for learning Python, Thanks
@carlosfranciscovaldescarde83295 жыл бұрын
Thanks for the tutorial Ian, I have a small question, is there a way to affect local rotations or translate? the outRotation[i] values seems to work on world space.
@DimejiAjibola8 жыл бұрын
Great tutorial, Ian. Can you do a tutorial on Mystique (in X-men) style transformation with MASH? Thanks
@ianwaters60358 жыл бұрын
Yeah that kind of thing is certainly doable with the Blend deformer, I'll add it to the list.
@ohjein7 жыл бұрын
Thank you very much for your videos! I'm stuck on one thing: Is it possible to control any attribute with a python node? I'm trying to control the animation frame (or strength per instance) of a time node with Python, is this possible? Thanks!
@ianwaters60357 жыл бұрын
We'll you'd either set the time channel with the Python node (by setting isAnimated[i] = 1, and frame[i]= whatever frame you want). Or you'd use Maps or Falloffs on the Time node itself.
@ohjein7 жыл бұрын
Thanks! When I listed the node's attributes I must have overlooked "frame" , that should work
@ptf420698 жыл бұрын
What python skill do I need to create something like this?
@ianwaters60358 жыл бұрын
Copy and pasteing skills? :) Lots more python examples here now: www.ianwaters.co.uk
@kristianolesen66798 жыл бұрын
can you share how to do random rotation in the python node
@ianwaters60358 жыл бұрын
import random #import random at the top of the script #do something :) outRotation[i].x = random.uniform(0,360) # repeat for y and z
@ianwaters60358 жыл бұрын
remember to do random.seed(i) so that the random number is the same on every frame.
@kristianolesen66798 жыл бұрын
Thanks for the fast response. this did the job (Y) :)
@RoN43wwq8 жыл бұрын
any solutions to add time node to instancer?
@ianwaters60358 жыл бұрын
No the instancer is sadly too old. You can use id cycling though, which is similar. There's an old tutorial here about it vimeo.com/67561427
@RoN43wwq8 жыл бұрын
I have 1 alembic animating mesh. Try to create network by instancer and add ID node with cycle type. All instances have the same animation. where i`m wrong? wanna randomize animation in instances
@ianwaters60358 жыл бұрын
Do you have a different model for each frame of animation (an animation snapshot)? Then the ID can cycle through the different models.
@RoN43wwq8 жыл бұрын
I must duplicate my animating mesh with offset animation in AlembicNode? I can`t use instancer with ID node with only one mesh? It working only with multyply mewshes with different animation? Thanks!
@MiguelRamirez-cs6ue8 жыл бұрын
Buenas alguien podria indicarme en que parte consigo la opcion Mash en maya 2015, pues lo he buscado en modo "animacion" y no doy con ese menu, saludos
@ridewithme49658 жыл бұрын
deberías empezar a usar el maya 2017 porq ya a cambiado mucho