Creating shapes

From Synfig Studio :: Documentation
Jump to: navigation, search
(Basic Shapes)
(Basic Shapes)
Line 25: Line 25:
 
#Next, let's create the fill color. Click on the white, or bottom square, in the toolbox. At the color editor, let's choose a black fill color.{{l|Image:BGSelect.png|center}}
 
#Next, let's create the fill color. Click on the white, or bottom square, in the toolbox. At the color editor, let's choose a black fill color.{{l|Image:BGSelect.png|center}}
 
#Now we can actually create the circle on the canvas. Left click anywhere on the canvas where you want the circle center to go, hold, and drag out. You should get a black circle with a red stroke color, and a width of 10pt.
 
#Now we can actually create the circle on the canvas. Left click anywhere on the canvas where you want the circle center to go, hold, and drag out. You should get a black circle with a red stroke color, and a width of 10pt.
#Notice in the Layers Panel that we now have two separate layers for the Circle Outline and Region. Both which are now highlighted. Please note that in Synfig, every object, element, and effect has its own layer.
+
#Notice in the Layers Panel that we now have two separate layers for the Circle Outline and Region. Both which are now highlighted.  
#Circles, and other objects, can be modified by moving, rotating, and scaling the object as a whole or via its vertices.
+
#Circles, and other objects, can be modified by moving, rotating, and scaling the object as a whole or via its vertices. You can view the '''{{l|Category:Manual|Manual}}''' to find out more information on modifying objects and their vertices.
  
 
== Complex Shapes ==
 
== Complex Shapes ==

Revision as of 19:34, 28 April 2010

Navigation Navigation:  <<Manual


(Draft) Note to the reader: This is still incomplete; please be patient.

Basic Shapes

There are three basic shapes in Synfig Studio that can be accessed from the toolbox:

  • Layer geometry circle icon.png Circle - Creates circles and ovals.
  • Rectangle icon.png Rectangle - Creates rectangles and squares.
  • Tool star icon.png Star - Creates stars of varying dimensions.

Let's learn more about creating basic shapes by doing a quick tutorial:

  1. In the toolbox, click on the Circle icon Layer geometry circle icon.png or alternately, use the shortcut ALT-C. Before we actually create the circle on the canvas, let's look at some options.
  2. In the Tool Options Panel, make sure that Outline BLine and Region BLine is checked. This allows us to create an outline (stroke) and region (fill). And also make sure that Link Origins and BLine Origins at Center is checked. (For the sake of simplicity, we are not going to worry about the other options now. However, you can find more information about Tool Options Panel for a Circle here.)
  3. First let's select the stroke color of the circle. At the bottom of toolbox click on the black, or top square. (Black is the default stroke color). A color editor should pop up which will allow you to choose any color you want. Select a red color.
    FGSelect1.png
  4. Now let's change the stroke width. Click on the stroke width number in the toolbox, and manually input 10 for the stroke width.
    Linewidthselect.png
  5. Next, let's create the fill color. Click on the white, or bottom square, in the toolbox. At the color editor, let's choose a black fill color.
    BGSelect.png
  6. Now we can actually create the circle on the canvas. Left click anywhere on the canvas where you want the circle center to go, hold, and drag out. You should get a black circle with a red stroke color, and a width of 10pt.
  7. Notice in the Layers Panel that we now have two separate layers for the Circle Outline and Region. Both which are now highlighted.
  8. Circles, and other objects, can be modified by moving, rotating, and scaling the object as a whole or via its vertices. You can view the Manual to find out more information on modifying objects and their vertices.

Complex Shapes

Basic primitives are all great, but they are pretty much geometrically inflexible. What about creating more complex shapes? To do this, we can use a few tools found in the toolbox:

  • Tool bline icon.png BLine - Creates complex paths that can be easily manipulated.
  • Tool draw icon.png Draw - Creates BLine paths by first sketching the shape on the canvas.
  • Polygon - Creates BLine paths by drawing straight lines.

Headline

In Synfig, the construct for describing shapes is called a Bline. This is roughly analogous to a "path" in other programs, except that it is strictly a hermite spline.

Before we get started with the BLine tutorial, let's look at some notes on how Synfig works. When you click on the Bline Tool, you will see that the ducks from your currently selected Circle object will disappear, but the layer(s) will still remain selected in the Layers Panel. This is normal. Anything you create in the Bline Tool will be inserted above the currently selected layer. Keep in mind that if you want to insert a shape somewhere, you should select where you want to insert it before you go into the Bline Tool—changing the selection afterward will automatically swap you back to the normal tool.

Image:Toolbox Reset Colors Button.jpg

Let's create some BLines:

  1. First, go ahead and click on the "R" button in the lower left corner of the FG/BG color widget in the toolbox. This will reset us back to the default black and white.
  2. Set the default line width (right next to the FG/BG widget) to something nice and thick. If you still have it at 10pt from the previous Circle tutorial, the you can leave it there for now.
  3. Take a look at the tool options dialog, you'll notice that the first things you see are three checkboxes. Make sure that only "Fill" AND "Outline" are checked.
  4. Start left clicking with your mouse around the canvas to place vertices. Do this over and over, and you will have created your first Bline.
  5. Now let's loop, or close, the BLine. Right click on the first vertex and select "Loop BLine".
  6. If you do not like the position of any vertex, you can move it anywhere you want. So let's do this. Left click, hold, and drag any vertex you want to move. You've noticed that two tangents, or handles, grew out of the vertex. Moving these tangents allow you adjust the curvature of the paths leading up to this vertex.
  7. Now left click, hold, and drag this vertex again. Place this vertex anywhere you want.
  8. And if you want to remove a vertex, right click on it and select "Delete Vertex".
  9. So I assume you got your first Bline laid out like you want it. That's great. But we are still in construction mode -- the layers haven't been created yet. To create the layers either switch to another tool, or press the "Create" button at the bottom of the tool options tab (it's the icon that looks like a gear). For now, just go ahead and click on the normal tool because we are done with the Bline Tool.

// Insert Figure about here

Ok, we now have a nice pretty white region with a thick black outline. Since we checked off those options in part 3 in the above tutorial, you'll notice that there are two layers that we have created--the Outline and the Region in the Layers Panel. Despite the fact that they are two separate layers, their vertices parameter has already been linked--so you can select either one and move its ducks around and the other one will also change.

So if you want to manipulate the vertices after you have created the layers, it is very easy to do so. Just click on one of the layers and have at it. If you want to remove a vertex, right click on it and hit "Remove Item (smart)". Want to insert a point somewhere? Right click on the segment where you want to insert something and his "Insert item (smart)".

NOTE: The only major difference between this normal editing mode and the construction mode is in how you split the tangents--in construction mode you right click on the tangent itself. In normal duck editing mode, you must right click on the vertex that the tangents are attached to. This could be considered a usability bug, and it will be resolved at some point.

This may appear to be leading to a mess of layers. And yes, if you aren't using the software properly, that is exactly what you will get. But there is a way to make this more sane: Just study the previous tutorial

One quick thing to mention before I finish up. You can change the width of an outline at each vertex. You do this by selecting the outline layer (NOTE: you must select the Outline Layer, the Region Layer has no width data) and tweaking with the width ducks. By default, these are masked. To show them, press Alt-5. Repeat to hide them again. You can also see other things to mask via the Canvas Menu Caret > View Menu > Mask Ducks Menu.

That should give you enough of a grasp of the software to be able to figure out more stuff on your own.