rulururu

post Stampii “Collections” director’s cut

May 5th, 2010

Filed under: General — lichiman @ 15:26

After a few months without post anything… I want to show you our latest spot.

Stampii “Collections” director’s cut from Frank Barton on Vimeo.

post How to setup Maya for your python scripts

February 25th, 2009

Filed under: Python — lichiman @ 17:24

In the python inside Maya group, Sylvain Berger wrote how he has organized his python scripts with Maya. This setup is very clean, simple and you just have to add one line in your Maya environment file:

Create a folder where you are going to save all your python scripts and add the path to your maya.env file.

PYTHONPATH = Z:/pythonScripts

Inside this folder create sub-folders (also called packages) for organize your scripts, like:

animation/
modeling/
rendering/
etc.

Now create an empty file in pythonScript folder and inside all the sub-folders and name them __init__.py to tell python that these folders should be included by the import command, so if you want to use a function located in a script from the animation sub-folder (animation package) you type the following:

from animation import animFunctions

then you can call the functions of these scripts

animFunctions.function1()

alternatively you can also rename the package in the import function

from animation import animFunctions as anim

then call the function using the name

anim.function1()

And that’s all. This is a copy/paste from the Sylvain Berger’s email, so all the credits goes for him.

Thanks Sylvain for the explanation.

post Panrico Qé

January 27th, 2009

Filed under: General — lichiman @ 22:42

Another spot we finished this month.


Panrico Qe from Frank Barton on Vimeo.

post My last seven months…

January 23rd, 2009

Filed under: General — lichiman @ 21:59

What I’ve been doing in my life in the last seven months? This is just a sneak peek. More coming soon at The Frank Barton Company website.


Orange elefantes from Frank Barton on Vimeo.


telefonica domino from Frank Barton on Vimeo.


Blu ray from Frank Barton on Vimeo.


Telefonica Resplandaciente from Frank Barton on Vimeo.


vodafone forrado from Frank Barton on Vimeo.


telefonica cuesta from Frank Barton on Vimeo.

post Thank you Rodri

January 23rd, 2009

Filed under: General — lichiman @ 21:49

I’ve stolen this great wordpress theme from my friend Rodri Torres. Thank you! I’ll try to change it a little. And congratulations for your new job at Ilion!!

post References

October 23rd, 2008

Filed under: Maya API, Mel, Python — lichiman @ 22:55

Python:

Maya API Python:

Maya API C++:

This Post will be updated often. If you know more websites, please, leave a comment with the link. Thank you.

ruldrurd
©  LichiMan     Entries (RSS) and Comments (RSS)