Archive

Archive for April, 2011

How to take high-resolution screenshots in Sandbox2

April 5th, 2011 No comments

Of course you could just capture the image visible directly in the editor, but in order to take screenshots of a higher resolution than what’s displayed in the view port you’ll have to follow this method. First make sure the console is visible (press the ‘~‘ key by default), then type in the following commands:

e_screenshot_width XXXX (sets the screenshot’s width in pixels)
e_screenshot_height XXXX (sets the screenshot’s height in pixels)
e_screenshot_file_format jpg/bmp/tga (sets the screenshot’s file format)
e_screenshot 1 (takes screenshot)

The image files will be saved in this directory: /Crysis (Wars)/Game/Screenshots/HiRes.

Categories: crysis, update Tags:

Character pipeline

April 3rd, 2011 1 comment

I’ve been reworking the overall organization of my character pipeline, and here’s the result. On the figure below you can see the way a model is broken down into basic building blocks which are then assembled into the final puppet.

The picture below shows in more details the overall Maya folder structure of a single character (let’s say a biped). In the right-hand side is a list of MEL scripts used to assemble all the pieces together.

The great thing in following such a precise organization is that you can then follow the same rules for any character you build without having to stop and wonder where you stored this or that file.

Categories: Maya, MEL, production, update Tags:

seithWeightTools now for Maya 2011

April 2nd, 2011 1 comment

I’ve been working a lot lately on the technical side of things, all in preparation for the short. I’ll post some more tools when I get them ironed out, but for now here’s an update of my weight saving and loading tool called seithWeighTools. It’s made specifically for Maya 2011 (and up) and uses both MEL and Python code. And hopefully, it’s still very easy to use!


Update: It also works with Maya 2012!

Categories: Maya, MEL, python, update Tags: