I haven’t written anything for a while but I’ve been in that awesome country called Iceland for the last six months working on this full CG stereo feature as Lead Lighter.

The movie is going to be released on the 14th of October… yep… that’s TOMORROW!!! This is the webpage, in case you are interested

http://www.legendsofvalhalla.com/

It has been a really nice experience and I’ve met some really cool guys there. I feel that I’ve learned so much from you! :)

I really hope that everything will be great tomorrow and to see the movie soon here in “central Europe” (it has been sold to 55 countries worldwide)

Now I’m back in Spain (well between Spain and Italy)… more news soon :)

Wow! Danbo just got published on the February issue of 3dCreativeMagazine!!

I’m so excited about that and I hope that this is going to be the first of a long series :)

Thanks to 3dTotal staff for this opportunity!

I was able to finish the simple rig and put the dog in a nice pose (hopefully someone will finish a real rig for this one one day… I’m SO horrible at skinning) and I had to pass the fur on it… so I decided to make it with mental ray this time, then i though “why don’t try puppet p_hairTK shader!”… then mhm… why don’t make nicer shaders ecc ecc… so at the end I’ve re-done almost every thing eheh.

(CLICK TO ENLARGE)

Puppet shader is AMAZING! So fast, so much control and so much fun to say the truth. The only problem was this “bug” with shave 5.5 and maya 2011 (I couldn’t map the tip and root color with a texture :S) that forced me to downgrade to maya 2010 but I think it was worth it, I’m so happy with this! I feel like I can almost touch him eheh.

There is a turnaround too

I’ll go back to working on the little planet scene… I’m almost there!!

Reel update 03

Posted: January 5, 2011 in My stuff

Here is the third part… now i just want to update the “little planet” scene (I’m working on a simple rig with “The setup machine”) and that’s it! Just edit the current reel :)

Vimeo’s compression has almost completely destroyed it… i hope to get a better compression next time :)

By the way, HAPPY NEW YEAR to everyone :)

Reel update 01 and 02!

Posted: December 12, 2010 in My stuff

The “most told” about my reel on the community was “Nice! But if everything is static it’s too easy. You have to move things! People want to see animated things!!” and when PEOPLE means big companies too, maybe you should think about that!

So while doing a test for a company here (fingers crossed) I started updating the videos.  I know, they are very short, but they are going to replace the static images at the beginning and I really DO NOT want to edit it too much :)

The other day I was rendering a sequence of 74 frames with many render layers.

I usually render at night while sleeping and when I get up I do a quick comp to check if everything is fine. The problem is that Maya renders one render layer at a time for the entire sequence so if you stop it after 50 frames you’ll have nothing to comp.

The workaround was doing a batch file to render a frame at a time, but I had to write 74 lines and it’s quite susceptible to human errors. So I ended with a simple batch file that make a loop!

@REM initialize variables

@SET startFrame=1
@SET endFrame=60
@SET proj=S:\wiskyPlanet
@SET scene=wiskyPlanet_anim_017_A3.mb
@SET mayaInstallDir=C:\Program Files\Autodesk\Maya 2011 Subscription Advantage Pack
@SET verbose=5
:while

@REM test condition
@IF %startFrame% GTR %endFrame% (GOTO wend)

@REM procedure where condition is "true"
@echo =====================================
@echo frame to render is frame %startFrame% (of %endFrame%)
@echo =====================================
"%mayaInstallDir%\bin\Render.exe" -r mr -rt 4 -v %verbose% -s %startFrame% -e %startFrame% -proj "%proj%" "%proj%\scenes\%scene%"


@REM set new test value
@SET /a startFrame=startFrame+1

@REM loop
@GOTO while

:wend


@PAUSE

You can set the variable in the first part:

Start frame
End Frame
Project Directory
Scene Name
Directory where Maya is installed
Quantity of detail of the log (1 to 6)

@SET startFrame=1
@SET endFrame=60
@SET proj=S:\wiskyPlanet
@SET scene=wiskyPlanet_anim_017_A3.mb
@SET mayaInstallDir=C:\Program Files\Autodesk\Maya 2011 Subscription Advantage Pack
@SET verbose=5

and this is the string with the render command, you can add whatever flag you want (like -rl for render layers ecc ecc)

"%mayaInstallDir%\bin\Render.exe" -r mr -rt 4 -v %verbose% -s %startFrame% -e %startFrame% -proj "%proj%" "%proj%\scenes\%scene%"

And this is the same for OSX (and linux i guess)

#!/bin/bash
for i in {1..60}
do
 echo $i
 Render -r mr -rt 4 -s $i -e $i -proj "MayaProjectPath" "MayaSceneFileName"
done

Happy rendering!

Showreel 2010

Posted: December 10, 2010 in My stuff

Uff! It has already passed one year and I haven’t written anything… I feel like it is the moment to start!

I’m not really used to write to the public (hum… as if there was someone reading) but I think this can be a good way to stop for a moment and think about what you’re doing… Sooooooooooooo I’ll open with my new showreel!

It has been a long journey to finish this. I have studied and learned a lot and I’ve trashed many scenes too, but I think it was worth it.

Hello World

Posted: October 26, 2009 in Other

I just did this blog… never had one but lots of people told me that i should have one to put my stuff on :)

so here we are… hope to upload something soon!