Hi,
I am currently studying computer animation and one of my module assignments is to create a logo animation which demonstrates a use of dynamics as well as some Mel scripting.
I am very lost when it comes to coding and I was wondering if there was a way to change a mesh into liquid nParticles at a certain frame using MEL?
My idea is to have an exploded wall reverse back into its original form (solid wall) and then that wall turns into liquid that falls away to reveal the logo. Is this doable?
Any help would be very much appreciated. Thank you
Hi,
I am currently studying computer animation and one of my module assignments is to create a logo animation which demonstrates a use of dynamics as well as some Mel scripting.
I am very lost when it comes to coding and I was wondering if there was a way to change a mesh into liquid nParticles at a certain frame using MEL?
My idea is to have an exploded wall reverse back into its original form (solid wall) and then that wall turns into liquid that falls away to reveal the logo. Is this doable?
Any help would be very much appreciated. Thank you
As you probably know, there are more than one way to do things. You want to reverse a wall explosion so that the pieces reforms the original wall. Create a wall explosion and cache the results. Now reverse the time to your cache file. As for the wall becoming water, you're in luck. Walls are usually rectilinear. Just size a liquid emitter to match your wall and adjust the sim parameters until you get what you want.
Now as for fitting MEL into this, you might write a script to query the volume of your wall pieces and assign different mass values as a function of the volume.
As you probably know, there are more than one way to do things. You want to reverse a wall explosion so that the pieces reforms the original wall. Create a wall explosion and cache the results. Now reverse the time to your cache file. As for the wall becoming water, you're in luck. Walls are usually rectilinear. Just size a liquid emitter to match your wall and adjust the sim parameters until you get what you want.
Now as for fitting MEL into this, you might write a script to query the volume of your wall pieces and assign different mass values as a function of the volume.
Can't find what you're looking for? Ask the community or share your knowledge.