Difference between revisions of "Walk Cycle.es"

From Synfig Studio :: Documentation
Jump to: navigation, search
(New page: Esta página debería estar escrita en Español. Por favor ayúdanos a traducirla! == The List File == One of the less obvious features of Synfig is buried in the Import Image layer. I...)
 
(El archivo lista)
Line 1: Line 1:
 +
Esta página debería estar escrita en Español. Por favor ayúdanos a traducirla!
  
Esta página debería estar escrita en Español. Por favor ayúdanos a traducirla!
+
(Traducido por [[User:Wadago|Wadago]])
  
== The List File ==
+
== El archivo lista ==
One of the less obvious features of Synfig is buried in the Import Image layer.  In addition to being able to import some basic still image file types, it will also accept a 'lst' file.  This list file is simply a text file consisting of a framerate followed by a list of images to display.  (If no framerate is supplied a default rate of 15 Frames per Second (FPS) is used.)
+
  
An example, provided by Voria Studios, takes 4 still images of a character in various stages of a walk cycle. These images are shown at 4 FPS to give a sequence that when repeated, show a man walking.
+
Uno de las características menos notables de Synfig, es la que se encuentra en la Capa de Importación de Imágenes (Import Image layer). Además de ser capaz de importar los distintos tipos de archivos de imágenes básicos, también acepta archivos 'lst'. Este "archivo de lista" es simplemente un archivo de texto que contiene el
 +
framerate seguido de una lista de imágenes a mostrar o a utilizar. (Si no se le asigna un framerate, o no contiene uno, se utiliza por defecto la velocidad de 15 fotogramas por segundo (FPS=frames-per-second= fotogramas-por-segundo).
  
Here are the images<br>  
+
Un ejemplo, proporcionado por Voria Studios, aún toma 4 imágenes de un personaje (o actor) en varias etapas del ciclo de la animación. Éstas imágenes son mostradas a 4 FPS para dar una secuencia de repetido, mostrando al hombre caminar.
 +
 
 +
Aquí están las imágenes:<br>  
 
<gallery widths="104px" heights="216px">
 
<gallery widths="104px" heights="216px">
 
Image:frame_01.jpg|Frame 1
 
Image:frame_01.jpg|Frame 1
Line 15: Line 18:
 
</gallery>
 
</gallery>
  
And here is the beginning of the 'lst' file. <br>
+
Y aquí está el principio del archivo 'lst': <br>
 
<code>
 
<code>
 
FPS 4<br>
 
FPS 4<br>

Revision as of 03:21, 16 August 2009

Languages Language: 

English


Esta página debería estar escrita en Español. Por favor ayúdanos a traducirla!

(Traducido por Wadago)

El archivo lista

Uno de las características menos notables de Synfig, es la que se encuentra en la Capa de Importación de Imágenes (Import Image layer). Además de ser capaz de importar los distintos tipos de archivos de imágenes básicos, también acepta archivos 'lst'. Este "archivo de lista" es simplemente un archivo de texto que contiene el framerate seguido de una lista de imágenes a mostrar o a utilizar. (Si no se le asigna un framerate, o no contiene uno, se utiliza por defecto la velocidad de 15 fotogramas por segundo (FPS=frames-per-second= fotogramas-por-segundo).

Un ejemplo, proporcionado por Voria Studios, aún toma 4 imágenes de un personaje (o actor) en varias etapas del ciclo de la animación. Éstas imágenes son mostradas a 4 FPS para dar una secuencia de repetido, mostrando al hombre caminar.

Aquí están las imágenes:

Y aquí está el principio del archivo 'lst':
FPS 4
frame_01.jpg
frame_02.jpg
frame_03.jpg
frame_04.jpg
frame_01.jpg
frame_02.jpg
frame_03.jpg
frame_04.jpg
frame_01.jpg
frame_02.jpg
frame_03.jpg
frame_04.jpg
...

Constructing a Walk cycle

Let's take a look at how we can use these images to create a complete walk cycle for a character in Synfig.

Start with a new canvas and add a timeline of several seconds with the default framerate of 24 FPS. On the canvas, select the Caret > Layer, New layer, Other, Import Image.

This creates a new Import Image layer, but nothing will show up until the filename is selected. Go to the Params dialog and scroll down to Filename. There you can navigate to the '.lst' file and select open. Now you should see the first image in the list. Moving forward along the timeline will show successive images from the list every 6 frames. You can preview or render these as is and get a low frame rate animation.

But the result doesn't look very smooth, and the images are not very flexible. (The images can be translated, rotated and stretched, but no elements within the images can be changed.) To make a fully editable character we need to trace over it with Synfig elements such as Blines or Draw layers.

I work with a drawing tablet, so the easiest solution for me is to use the draw tool. Move back to frame 0, select the draw tool and trace over the character. I find it easiest to break the character down into several regions (Head, Left Arm, Right Arm, Torso, Left Leg, Right Leg). As a helpful tip, if the shape didn't come out quite right, go to the layer menu and uncheck the region checkbox - this will allow you to see the image below as you drag the ducks around to correct your line.

Synfig walk.png

Once you've finished Frame 0, move along the timeframe to Frame 6. Instead of tracing, this time we're going to take the existing elements and reposition them to match the image. Again, turning off the region layers will allow you to see the image below as you edit them. Use the rotate and translate tools to reposition the body parts, adjusting the line ducks for fine tuning.

Repeat for Frames 12 & 18, then you can turn off the Import Image layer (uncheck the checkbox in the layer menu). Now, even though we've only drawn 4 keyframes, by the power of Synfig, we can render a smooth 24 frames of man walking. Add a 1 second timeloop layer on top, and the man will pace on the spot for the length of your animation.

Walk.gif

Adding Translation layer will enable your character to walk from one side of the canvas to the other (or moonwalk backwards if you're so inclined.)

Here is a zipfile with the list file, 4 still images, and the finished Synfig file. Unzip them in the same directory and open the newwalk.sif file with synfig.


Languages Language: 

English