Difference between revisions of "Draw Tool"
From Synfig Studio :: Documentation
m (Formatting) |
m (→Options) |
||
Line 8: | Line 8: | ||
;'''Auto Loop''' | ;'''Auto Loop''' | ||
:When the stroke of the draw tool ends near the beginning of the stroke, automatically connect the last duck to the first. | :When the stroke of the draw tool ends near the beginning of the stroke, automatically connect the last duck to the first. | ||
− | ;'''Auto Connect''' | + | ;'''Auto Connect''' (not in svn) |
− | :When the stroke begins at or near an endpoint duck of another [[Outline Layer|outline]], the resulting [[Outline Layer|outline]] is simply appended to the existing [[Outline Layer]] | + | :When the stroke begins and/or ends at or near an endpoint duck of another [[Outline Layer|outline]], the resulting [[Outline Layer|outline]] is simply appended to the existing [[Outline Layer]] |
− | :When the stroke begins at or near a vertex duck in the middle of another [[Outline Layer|outline]], the first vertex of the resulting [[Outline Layer|outline]] is [[Linking|linked]] to the duck on the existing [[Outline Layer]]. | + | :When the stroke begins and/or ends at or near a vertex duck in the middle of another [[Outline Layer|outline]], the first and/or last vertex of the resulting [[Outline Layer|outline]] is [[Linking|linked]] to the duck on the existing [[Outline Layer]]. |
+ | ;'''Auto Extend''' (only in svn) | ||
+ | :When the stroke begins and/or end at or near an endpoint duck of another [[Outline Layer|outline]], the resulting [[Outline Layer|outline]] is simply appended to the existing [[Outline Layer]] | ||
+ | ;'''Auto Link''' (only svn) | ||
+ | :When the stroke begins and/or ends at or near a vertex duck in another [[Outline Layer|outline]], and the outline isn't being extended by the Auto Extend option above, the first and/or last vertex of the resulting [[Outline Layer|outline]] is [[Linking|linked]] to the duck on the existing [[Outline Layer]]. | ||
;'''Create Region Only''' | ;'''Create Region Only''' | ||
:Rather than creating an [[Outline Layer]], the tool discards pressure information, and creates a [[Region Layer]] instead. | :Rather than creating an [[Outline Layer]], the tool discards pressure information, and creates a [[Region Layer]] instead. |
Revision as of 08:39, 27 March 2007
The draw tool is the one that most artists will be familiar with. This tool is best used with a drawing tablet, although it can be used with a mouse.
The draw tool generates either a region, or a Bline Outline Layer with pressure output from the tablet mapped to the line's width.
Options
- Pressure Width
- Whether or not to scale the width based on the pressure input. If this is unchecked, the layer will be drawn at the width indicated in the New Layer Defaults section of the Toolbox
- Auto Loop
- When the stroke of the draw tool ends near the beginning of the stroke, automatically connect the last duck to the first.
- Auto Connect (not in svn)
- When the stroke begins and/or ends at or near an endpoint duck of another outline, the resulting outline is simply appended to the existing Outline Layer
- When the stroke begins and/or ends at or near a vertex duck in the middle of another outline, the first and/or last vertex of the resulting outline is linked to the duck on the existing Outline Layer.
- Auto Extend (only in svn)
- When the stroke begins and/or end at or near an endpoint duck of another outline, the resulting outline is simply appended to the existing Outline Layer
- Auto Link (only svn)
- When the stroke begins and/or ends at or near a vertex duck in another outline, and the outline isn't being extended by the Auto Extend option above, the first and/or last vertex of the resulting outline is linked to the duck on the existing Outline Layer.
- Create Region Only
- Rather than creating an Outline Layer, the tool discards pressure information, and creates a Region Layer instead.
- Min Pressure
- The value of this option clamps the lower end of the Pressure sensitivity to a specific value, essentially determining how thin the thinnest possible segment is relative to the Brush Size parameter in the Toolbox.
- Feather
- (revise me) Seems to have something to do with setting the Feather Parameter on the layer, but there doesn't seem to be a clear translation between the setting of this control, and the resulting parameters.
- LocalError
- This affects whether the Smooth option is in world coordinates or not. But I'm not sure what it measures when this is turned on.
- Smooth
- Determines how much tablet jitter is removed, and as a result, how many vertices the resulting splines are composed of.
Buttons
- Fill Last Stroke
- Currently creates a Region Layer, causes some errors, and then deletes the region layer again.