Difference between revisions of "Group Layer/es"
(New page: <!--Categories--> Category:Parameters 64px '''EN CONSTRUCCION''' El diálogo de Lienzos Pegados es un diálogo especial que puede retener otros lienz...) |
m (Text replace - '[[' to '{{l|') |
||
Line 1: | Line 1: | ||
<!--Categories--> | <!--Categories--> | ||
− | + | {{l|Category:Parameters]] | |
− | + | {{l|Image:Pastecanvas_icon.png|64px]] | |
Line 7: | Line 7: | ||
− | El diálogo de Lienzos Pegados es un diálogo especial que puede retener otros lienzos. Este es generado mediante comandos | + | El diálogo de Lienzos Pegados es un diálogo especial que puede retener otros lienzos. Este es generado mediante comandos {{l|Encapsulate.es|Encapsulados]] a los cuales se accesa por el menú de contexto en el {{l|Layers_Panel.es|Panel del Lienzo]] o mediante el {{l|Layer_Menu.es|Menu del Lienzo]] en el {{l|Canvas_Menu_Caret.es|Menu especial de Lienzo]]. |
− | Las capas de lienzos pegados puede ser creada con el | + | Las capas de lienzos pegados puede ser creada con el {{l|New_Layer_Menu.es|Menu de nuevos lienzos]], usando Nueva Capa > Otros > Capas. |
A Paste Canvas layer has the following parameters: | A Paste Canvas layer has the following parameters: | ||
− | * | + | * {{l|Z Depth]] |
− | * | + | * {{l|Amount Parameter|Amount]] |
− | * | + | * {{l|Blend Method]] |
− | * | + | * {{l|Origin Parameter|Origin]] |
− | * | + | * {{l|Canvas]]: This is "Inline Canvas" by default if the Paste Canvas layer was created by encapsulating other layers, or "Pasted Canvas" if it was created from the {{l|New Layer Menu]]. This parameter lets you select another canvas. |
− | * | + | * {{l|Zoom Parameter|Zoom]] |
− | * | + | * {{l|Time Offset Parameter|Time Offset]] |
− | * | + | * {{l|Children Lock]] |
== Canvas Parameter == | == Canvas Parameter == | ||
− | + | {{l|Image:canvas_pointer_icon.png|64px]] | |
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 <nowiki>[ ]</nowiki> indicates an optional part, ( ) is for grouping, and * means "0 or more times"): | 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 <nowiki>[ ]</nowiki> indicates an optional part, ( ) is for grouping, and * means "0 or more times"): | ||
− | <nowiki> | + | <nowiki> {{l|</nowiki>''filename''<nowiki>]#][:]</nowiki>''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. | In its simplest form, this is just an ''id'', ie. the exported name of one of the child canvases of the current canvas. |
Revision as of 07:14, 8 September 2009
{{l|Category:Parameters]] {{l|Image:Pastecanvas_icon.png|64px]]
EN CONSTRUCCION
El diálogo de Lienzos Pegados es un diálogo especial que puede retener otros lienzos. Este es generado mediante comandos {{l|Encapsulate.es|Encapsulados]] a los cuales se accesa por el menú de contexto en el {{l|Layers_Panel.es|Panel del Lienzo]] o mediante el {{l|Layer_Menu.es|Menu del Lienzo]] en el {{l|Canvas_Menu_Caret.es|Menu especial de Lienzo]].
Las capas de lienzos pegados puede ser creada con el {{l|New_Layer_Menu.es|Menu de nuevos lienzos]], usando Nueva Capa > Otros > Capas.
A Paste Canvas layer has the following parameters:
- {{l|Z Depth]]
- {{l|Amount Parameter|Amount]]
- {{l|Blend Method]]
- {{l|Origin Parameter|Origin]]
- {{l|Canvas]]: This is "Inline Canvas" by default if the Paste Canvas layer was created by encapsulating other layers, or "Pasted Canvas" if it was created from the {{l|New Layer Menu]]. This parameter lets you select another canvas.
- {{l|Zoom Parameter|Zoom]]
- {{l|Time Offset Parameter|Time Offset]]
- {{l|Children Lock]]
Canvas Parameter
{{l|Image:canvas_pointer_icon.png|64px]]
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"):
{{l|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 PasteCanvas in question is in the "head" subcanvas of the "sy" subcanvas of the root)