Group Layer
m (Add Transformation Parameter section (v1)) |
m (TocRight + sub section in Z range param + intra links) |
||
Line 1: | Line 1: | ||
<!-- Page info --> | <!-- Page info --> | ||
{{Title|Group Layer}} | {{Title|Group Layer}} | ||
+ | {{TOCright}} | ||
{{Category|Layers}} | {{Category|Layers}} | ||
{{NewTerminology}} | {{NewTerminology}} | ||
Line 40: | Line 41: | ||
|- | |- | ||
− | ||{{l|Transformation Parameter}} | + | ||{{l|Group Layer#Transformation Parameter|Transformation Parameter}} |
||0.000000, 0.000000, 0.00°, 60, 60 | ||0.000000, 0.000000, 0.00°, 60, 60 | ||
||transformation | ||transformation | ||
Line 78: | Line 79: | ||
|-style="background:#eeeeee" | |-style="background:#eeeeee" | ||
− | ||{{l|Image:Type_bool_icon.png|16px}} {{l|Z Depth Range Enabled Parameter}} | + | ||{{l|Image:Type_bool_icon.png|16px}} {{l|Group Layer#Z Depth Range Enabled|Z Depth Range Enabled Parameter}} |
|| | || | ||
{| style="width:18px; height:16px" border="1" | {| style="width:18px; height:16px" border="1" | ||
Line 86: | Line 87: | ||
|- | |- | ||
− | ||{{l|Image:Type_real_icon.png|16px}} {{l|Z Depth Range Position Parameter}} | + | ||{{l|Image:Type_real_icon.png|16px}} {{l|Group Layer#Z Depth Range Position|Depth Range Position Parameter}} |
||0.000000 | ||0.000000 | ||
||real | ||real | ||
|-style="background:#eeeeee" | |-style="background:#eeeeee" | ||
− | ||{{l|Image:Type_real_icon.png|16px}} {{l|Z Depth Range Depth Parameter}} | + | ||{{l|Image:Type_real_icon.png|16px}} {{l|Group Layer#Z Depth Range Depth|Z Depth Range Depth Parameter}} |
||1.000000 | ||1.000000 | ||
||real | ||real | ||
|- | |- | ||
− | ||{{l|Image:Type_real_icon.png|16px}} {{l|Z Depth Range Transition Parameter}} | + | ||{{l|Image:Type_real_icon.png|16px}} {{l|Group Layer#Z Depth Range Transition|Z Depth Range Transition Parameter}} |
||0.000000 | ||0.000000 | ||
||real | ||real | ||
Line 139: | Line 140: | ||
===Z Range parameters=== | ===Z Range parameters=== | ||
− | + | ====Z Depth Range Enabled==== | |
− | + | When checked, only layers inside range are visible and the visible layers are signaled with bolded font in the {{l|Layers_Panel}} | |
− | + | ====Z Depth Range Position==== | |
− | + | Starting z_depth position where layers are visible | |
+ | ====Z Depth Range Depth==== | ||
+ | Depth where layers are visibles in z_depth range | ||
+ | ====Z Depth Range Transition==== | ||
+ | Z_Depth area where layers inside are partially visible. | ||
Example of Z Range use : http://www.youtube.com/watch?v=UPpmOz0wUY4 | Example of Z Range use : http://www.youtube.com/watch?v=UPpmOz0wUY4 |
Revision as of 16:15, 1 June 2015
About Group Layers
The "Group Layer" is a special layer that can hold other layers. It is generated via the Group command accessed via the context menu in the Layers Panel or through the Layer Menu in the Canvas Menu Caret. As well as grouping a set of layers it can also translate them, scale them, and even modify the time for the layers it contains.
"Group Layers" can also be created through the New Layer Menu, using "<New Layer> → <Other> → Group Layer".
Parameters of Group Layers
The parameters of the "Group Layers" are:
Name | Value | Type |
Z Depth | 0.000000 | real |
Amount | 1.000000 | real |
Blend Method | Composite | integer |
Origin | 0.000000u,0.000000u | vector |
Transformation Parameter | 0.000000, 0.000000, 0.00°, 60, 60 | transformation |
Canvas Parameter | <No Image Selected> | canvas |
Zoom | 0.000000 | real |
Time Offset | Of | time |
Children Lock |
|
bool (Static) |
Focus Point | 0.000000u,0.000000u | vector |
Outline Grow | 0.000000 | real |
Z Depth Range Enabled Parameter |
|
bool |
Depth Range Position Parameter | 0.000000 | real |
Z Depth Range Depth Parameter | 1.000000 | real |
Z Depth Range Transition Parameter | 0.000000 | real |
Transformation Parameter
The "Transformation" parameter is a composite parameter, it hold an Offset, a rotation angle, a skew angle and a scale value for the group. The "Transformation" parameter is already converted to composite when the Group Layer is created and so directly expose the Offset, Rotation, Skew and Scale subparameters.
See also Group Transformation Widget
Canvas Parameter
This is "Group" by default if the "Group Layers" was created by grouping other layers, or "No Image Selected" if it was created from the New Layer Menu. This parameter lets you select another canvas.
The canvas parameter presents a drop-down menu of the exported canvases, plus an extra entry called "Other...". Selecting "Other..." presents the user with a text entry box asking for the name of the canvas to use. The name typed should have the following format (where [ ] indicates an optional part, ( ) is for grouping, and * means "0 or more times"):
[[filename]#][:]id(:id)*
In its simplest form, this is just an id, ie. the exported name of one of the child canvases of the current canvas.
Other possibilities are:
- if a '#' is present, the part before the '#' is interpreted as the filename of an external .sif file to use.
- if the '#' is the first character of the string (ie. the filename is blank) then the '#' is ignored, and the current canvas is used instead
- if a ':' appears before the first id, it means to start at the root canvas of the current canvas
- each subsequent :id steps down into the specified child
Examples:
- /usr/share/doc/synfig/examples/business_card.sifz#:IndividualCard -- gives the absolute path to a .sifz file, and says to use the canvas that was exported from its root canvas as "IndividualCard"
- ../../examples/business_card.sifz#:IndividualCard -- the same, but with a relative path to the .sifz file
- #:sy:head:eyes:left -- look in the current composition, and starting from the root, navigate down through the canvas tree. Find a child canvas of the root canvas called 'sy', look in 'sy' for a child canvas called 'head', and so on.
- :sy:head:eyes:left -- exactly as above. an empty filename is the same as not using the '#' at all
- eyes:left -- without a ':' before the first id, this starts at the current canvas (presumably the Group in question is in the "head" subcanvas of the "sy" subcanvas of the root)
Outline Grow Parameter
This parameter allows to control thickness of all outline layers inside. Assigning positive value to this parameter makes all child outlines rendered thicker, while negative value makes them look thinner. This feature is very helpful for tuning outlines in complex artwork and it also allows to achieve some nice effects like constant outline width at any zoom level.
Note: The "Outline Grow" parameter can not be applied to exported and imported (external) Groups layers.
Z Range parameters
Z Depth Range Enabled
When checked, only layers inside range are visible and the visible layers are signaled with bolded font in the Layers Panel
Z Depth Range Position
Starting z_depth position where layers are visible
Z Depth Range Depth
Depth where layers are visibles in z_depth range
Z Depth Range Transition
Z_Depth area where layers inside are partially visible.
Example of Z Range use : http://www.youtube.com/watch?v=UPpmOz0wUY4