Feb 21

MAYA TUTORIAL: procedural dragonfly’s wings rig

Hi everyone i have recorded this quick tutorial while doing a procedural rigging for a dragonfly’s wing.
This rig is for the Deusexmachina studio.The owner of the studio is my friend Sergio Loreni.

dem blog : http://deusexmachinastudio.wordpress.com
This rig allows to have a procedural animation that lets the animators to set several parameters like the amplitude ,speed ,offset and more .
In this rig i did not use any expression , just a network of maya nodes plus a c++ node that computes the sin.
This sin node plugin is downloadable here :

Here is the video :

I hope you guys enjoy .
Feel free to comment and ask any question

Share and Enjoy

Feb 12

Maya Rigging : Robert v1.0 quick demo

Hello everyone today i wanna share with you this little demo .

It’s  about a rig I have done lately called Robert. This rig is going to be a rig for iAnimate.net students only .

Here is the video

:

I didnt show the whole fetures or it would have been a boring demo :P

Some feauters i didnt show are :

Ball joint side to side .

Extreme wrist rotation with no flip

Shelf for quick selection/keyFrame/resetting /ik  fk snapping etc

And more .

 

Comment and critique really appreciated :)

Share and Enjoy

Feb 05

Maya Tutorial : advanced wire deformer setup for jaw deformation

 

(I highly recommand to have a good understanding of maya rigging before watching this tutorial )

Hello everyone in this quick tutorial I’ m showing how to set up a wire deformer for a jaw. Since I used the same tecnique I explained before in other tutorials and then customized more , I did not go over again on the “old” stuff , so I highly suggest to watch the other tutorials about the wire deformer,which they can be found on my channel here on vimeo. Enjoy
Comments and critique really appreciated

EDIT: Later on I figured out parent constraint doesn’t always give the wanted behaveior if there is more then one controll between the parents so I switched to a node set up that can be explained with this expression :
(I’m a fan of maya nodes over the expressions so use nodes! :P )

child.tx = (parent1.tx*0.33 + parent2.tx*0.66);

in case you used my script and scaled the controller to fit the rig . there is an attribute called “controllerInfluence ” on the main controller group that scale or reduce the influence of the controllers on the wire deformer .
So if you scaled you controller you need to fix the expression like that

child.tx = (parent1.tx*0.33 + parent2.tx*0.66)*controllerInfluence ;

and you need to make same expression in order to work for ty and tz.

Hope it helps

Here the tutorial :

 

and here the past videos about my tecnique :

and this :

and here the download fot the wire deformer setup script :

http://www.giordanoanimator.com/download.html”

 

share it around guys !

 

 

Share and Enjoy

Jan 28

Maya Script : MG_smallMovement V 1.0

Hi everyone ,

Today I m sharing with you my  MG small movement v1.0 script .

This scripts allow you to make little adjustment on rig’s controll in order to get perfect pose you need .

Here is a little demo

 

and here the download link :

http://www.giordanoanimator.com/download.html

 

C&C appreciated

Share and Enjoy

Jan 28

Maya tip : copy animation to a referenced rig

hello everyone . I started animatin and figured out i didnt referenced the rig and didnt want to take the chance of the rig ro break and lose some of my work so i just shot this quick video about how i switched from not referenced to referenced without loosing the anim hope you guys enjoy

 

 

Share and Enjoy

Jan 27

MAYA :Messing around with maya nodes scripting

 

So today i spent my lunch break working a little with maya APIs , trying to understand how to add different type of attributes to my custom nodes .
For now i dont find really easy to read maya documentation about c++ and api but slowly stuff is starting clicking .

Here is what i got for now .
A custom node with float , enum and string attribute .

 

 

Don’t pay attention to the crazy attributes tho :P

I m gonna make a “saveNode” for storing scene  info stay tuned!

 

 

Share and Enjoy

Jan 10

MAYA TUTORIAL : Chain Blender

Here we go guys , that s another my old tutorial about chain blending technique

Here is the video

Also here there is the link at the free download at the script i wrote in python in order to automate  it .

Here is the link:

http://www.giordanoanimator.com/download.html

and here a little demo of the script :

 

Feel free to leave a comment

Enjoy

Share and Enjoy

Jan 10

MAYA TUTORIAL : custom wire deformer

Hi everyone this is a my old tutorial, it s about “how to set up a custom wire deformer ” or a curve influence .

here is the link :

 

 

I ‘ m working on a cleaner and advanced way to set up the wire or influence stay tuned!

Here is a link to my script for auto-setupping the wire :

http://www.giordanoanimator.com/download.html

 

and here a quick demo and how to use the script :

I hope you guys enjoy and feel free to comment and critique

Share and Enjoy

Jan 09

Maya : Python import export animation tool

This is a python tool i wrote in order to let animator export an import animation in the most flexible way possible.

Feautres :

-Export animation into XML files (easy editable from outside maya )

-Animation and selection library  ready to use into maya

-Names space handing , pre and post remove ,adding. Export neutral animation

-Esay installation script so is possible to move  the library in different places or machines.

Here is the demo

download script here :

http://www.giordanoanimator.com/download.html

Share and Enjoy

Jan 07

bruel volley bassano spot

BRUEL VOLLEY BASSANO MASCOTTE

In this project , in collaboration with Hive division (http://www.hivedivision.net/) , I worked as a rigger in order
to let the mascotte to perform pro-athlete moves .

The rig is pretty straight forward and simple , since the animation was pretty short and without particular extreme posese, trying to keep the structures simple i focussed on nice deformations a good skin weighting

here the shot :

and here the backstage with ENG subs :

Share and Enjoy

Older posts «