Another Sketch..
Sunday, October 21, 2007
Monday, October 08, 2007
Hey Guys chek this game trailer out , is for a new game called "Rock Band", even if i was just doing some rigging/skinning/minor fixes of some of the character, helping the other char TD , i'm really proud of this, was the last project i worked in my little but nice adventure in Passion Picture.
ROCK BAND
i can tell that i'm huge fan of the videos coming out from that studio(I love gorillaz...ehh )
http://www.passion-pictures.com
PS: unfortunately animation is all motioncapture (...arggggg.) ehh :)
Monday, September 10, 2007
Wednesday, July 11, 2007
Tuesday, June 26, 2007
Hello again.....here is my demoreel..is called 06..why?:S i don't know..yea..you know i'm crazy...so don't ask strange questions..ehah..:)
Take a look at it..and leave me a comment if you have a moment.. :)..
Use quicktime player to whatch it, i have some audio lags with other players.
DEMO_06
Byee :)
Some of the materials contained in this reel, are under Copyright, this demo is for viewing purpose only, not for reproduction.( yea..i had to say that..:)
Take a look at it..and leave me a comment if you have a moment.. :)..
Use quicktime player to whatch it, i have some audio lags with other players.
DEMO_06
Byee :)
Some of the materials contained in this reel, are under Copyright, this demo is for viewing purpose only, not for reproduction.( yea..i had to say that..:)
Thursday, June 21, 2007
http://willfinn.blogspot.com/2007/06/letter-from-ward-kimball.html
Wanna be Animator?...Read what you have to do!....
:)
Wanna be Animator?...Read what you have to do!....
:)
Monday, June 11, 2007
!!???:D
Go and register .!..ehh
Looks like the old 10 sec club died some times ago...and now some ex AM students made the 11 one..:P
http://11secondclub.com/
Friday, April 27, 2007
Friday, April 13, 2007
heh a couple of weeks ago i had to do some video reference for an animation so i decided to go to a little park near home with my friend/housemate/AMclassmate/WorkMate/TheBoss, Manuel to record someting, and during the recording (actually at first i was the actor, than i asked him to act out my scene...) manuel started dancing like only him know how .. ahhe take a look at "The Boss Dance", is very funny :D.
the_boss_dance
the_boss_dance
Tuesday, February 06, 2007
Wednesday, January 31, 2007
Frame Counter v0.2
enjoy :)
//////////////////////////////////////////////////////////
//Alfonso Sicilia www.alfonsosicilia.com
//Create FrameCounter v0.2
//Load and execute the script , this will auto create
// 1 shelf buttons on the current active shelf
//for switch the FrameCounter On and off .
//Thanks to my friend Lele "Midori" for the new cool one button
// switch version.
scriptToShelf "FcNt " " proc LeleAlf_dispFrCounter (int $sect, int $block){\r\tif (`headsUpDisplay -ex LeleAlf_CounterFrame`){\r\t\theadsUpDisplay -rem LeleAlf_CounterFrame;\r\t}else{\r\t\theadsUpDisplay -section $sect -block $block -lfs \"large\" -dfs \"large\" -command \"currentTime -q\" -atr LeleAlf_CounterFrame;\r\t}\r}\rLeleAlf_dispFrCounter (9,7);" "1";
editMenuUpdate MayaWindow|mainEditMenu;
//////////////////////////////////////////////////////////
enjoy :)
//////////////////////////////////////////////////////////
//Alfonso Sicilia www.alfonsosicilia.com
//Create FrameCounter v0.2
//Load and execute the script , this will auto create
// 1 shelf buttons on the current active shelf
//for switch the FrameCounter On and off .
//Thanks to my friend Lele "Midori" for the new cool one button
// switch version.
scriptToShelf "FcNt " " proc LeleAlf_dispFrCounter (int $sect, int $block){\r\tif (`headsUpDisplay -ex LeleAlf_CounterFrame`){\r\t\theadsUpDisplay -rem LeleAlf_CounterFrame;\r\t}else{\r\t\theadsUpDisplay -section $sect -block $block -lfs \"large\" -dfs \"large\" -command \"currentTime -q\" -atr LeleAlf_CounterFrame;\r\t}\r}\rLeleAlf_dispFrCounter (9,7);" "1";
editMenuUpdate MayaWindow|mainEditMenu;
//////////////////////////////////////////////////////////
Friday, January 12, 2007
Align Script, for easy aligning object during the rigging proces, with some little change you can align what you want, pivot,rotation only,move only ecc..
Just copy and create a new shelf button..
///////////////////////////////////////////////////////////////////////
//www.Alfonsosicilia.com Align objects script//
//Copy all and create a shelf button
//Select first object,then the second you want the first to
// be aligned to then Align!//
string $select[] = `ls -sl`;
float $pickRot[] = `xform -q -ws -ro $select[1]`;
float $pickPos[] = `xform -q -ws -t $select[1]`;
xform -ws -ro $pickRot[0] $pickRot[1] $pickRot[2] -t $pickPos[0] $pickPos[1] $pickPos[2] $select[0];
///////////////////////////////////////////////////////////////////////
Just copy and create a new shelf button..
///////////////////////////////////////////////////////////////////////
//www.Alfonsosicilia.com Align objects script//
//Copy all and create a shelf button
//Select first object,then the second you want the first to
// be aligned to then Align!//
string $select[] = `ls -sl`;
float $pickRot[] = `xform -q -ws -ro $select[1]`;
float $pickPos[] = `xform -q -ws -t $select[1]`;
xform -ws -ro $pickRot[0] $pickRot[1] $pickRot[2] -t $pickPos[0] $pickPos[1] $pickPos[2] $select[0];
///////////////////////////////////////////////////////////////////////
Subscribe to:
Posts (Atom)