Smoke Effect Tutorial with nParticles from Maya

lunes, 20 de agosto de 2012

Smoke Effect Tutorial with nParticles from Maya from hector bermudez on Vimeo.

In this tutorial i'll explain how to get a smoke effect without using fluids just Particles from Maya some easy steps. If you have any doubts, feel free to ask me.

This is the expression used for the particles :

nParticleShape1.spriteTwistPP = rand (-180,180);
nParticleShape1.spriteNumPP = rand(1,5);

nParticleShape1.MyRot = rand (-1,1);


This is the expression used for the turbulence Field in Phase X,Y,Z:

turbulenceField1.phaseX = turbulenceField1.phaseY = turbulenceField1.phaseZ = time*.1;

El primer demo reel

jueves, 9 de agosto de 2012

Demo Reel 2012 from hector bermudez on Vimeo.

Personal and professional projects from 2010 to 2012

Motion Blur Maya + Nuke Tutorial

Motion Blur Maya + Nuke Tutorial from hector bermudez on Vimeo.

First of all i am not the creator of this method I just found this tutorial (PDF) on the web and found it very useful so i decided to make a video version of it with another example hope you find it useful too. (The original creator of this method is Nick Guth www.nickguth.com)

The equation used for the Motion Vector pass for the u and v channel is -1*(((1024 - 1) * .5) / (1024))