Difference between revisions of "Reuse Exported ValueNodes"

From Synfig Studio :: Documentation
Jump to: navigation, search
m (Text replace - ']]' to '}}')
m (Add data linking category)
 
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{TranslationBar|CONTENT={{Tr/en}} · {{Tr/es}}}}
+
<!-- Page info -->
 
+
{{Title|Reusing Exported Value Nodes}}
<!--Categories-->
+
{{Category|Tutorials}}
{{l|Category:Exporting}}
+
{{Category|Tutorials Advanced}}
{{l|Category:Tutorials}}
+
{{Category|Exporting}}
 +
{{Category|Data Linking}}
 +
{{NewTerminology}}
 +
<!-- Page info end -->
  
 
==Introduction==
 
==Introduction==
  
{{l|Export}} a {{l|ValueNode}} is one of the most interesting features of synfig. Also {{l|convert|Convert}} a valuenode is also one of the main features of synfig. A combination of them allows the user organize complex animations just modifying a few parameters. See the tutorial {{l|Following a BLine}} for an example of that.  
+
{{l|Export|Exporting}} and {{l|Convert|converting}} a {{l|ValueNode}} are among the most interesting features of Synfig. A combination of them allows the user to organize complex animations modifying just a few parameters. See the tutorial {{l|Doc:Following_a_Spline}} for an example.
  
 
Sometimes you would like to do the same combination of exported values and convert types. And it is so tedious to repeat each time.  
 
Sometimes you would like to do the same combination of exported values and convert types. And it is so tedious to repeat each time.  
Line 13: Line 16:
 
There is a way to avoid this and reuse the exported and converted values.
 
There is a way to avoid this and reuse the exported and converted values.
  
Imagine that you have a situation where you have a cool conversion combination and want to use it into another already done animation. You should do the following:
+
Imagine that you have a situation where you have a cool conversion combination and want to use it into another already done animation. You can do the following:
  
# At the animation file that have the cool conversion do:
+
# In the animation file that has the cool conversion do:
## Export all the values that want to control. For example if parameter 'a' is a=b+c then you should export three parameters: 'a', 'b' and 'c'. The exported parameter 'a' will be an ''Add'' parameter and will be calculated based on 'b' and 'c' exported parameters.
+
## Export all the values that you want to control. For example if parameter '''a''' is a=b+c then you should export three parameters: '''a''', '''b''' and '''c'''. The exported parameter '''a''' will be an {{l|Convert#Add|Add}} parameter and will be calculated based on the '''b''' and '''c''' exported parameters.
 
## Delete all the layers (you don't need them at all, because you only need the cool conversion combination). Save the file with other name ("master.sifz"). This will be the main file.
 
## Delete all the layers (you don't need them at all, because you only need the cool conversion combination). Save the file with other name ("master.sifz"). This will be the main file.
# When saved the file then go to File->Import and select the file that have the current done animation where on you want to use the cool exported valuenodes combination.
+
# Go to {{l|Canvas Menu Caret}} {{c|<File>|<Import>|}} and select the file that have the current done animation where on you want to use the cool exported valuenodes combination.
# Then select the imported paste canvas layer and go to its canvas parameter and export it. Set a meaning name. Save the "master" file and close it.
+
# Then select the imported {{l|Group Layer}} and go to its {{l|Group Layer#Canvas parameter|Canvas parameter}} and {{l|Export}} it. Set a meaningful name. Save the "master" file and close it.
#Open the "master" file again and you'll see that the imported animation file (already an exported canvas) have an expand triangle that allow select the layers that are inside of it.  
+
#Open the "master" file again and you'll see that the imported animation file (already an exported canvas) has an expand triangle that allows to select the layers that are inside of it.  
# Select the parameter of the layer of the imported canvas that you want and link the parameter to any of the "master" canvas exported values that are accessible to the children layers parameters, using the right click operation.
+
# Select the parameter of the layer of the imported canvas that you want and link the parameter to any of the "master" canvas exported values that are accessible to the {{l|Library Panel}} parameters, using the right click mouse button.
  
 
That's all folks! ;-)
 
That's all folks! ;-)

Latest revision as of 10:16, 27 January 2015

Languages Language: 

English • español • français • română



Introduction

Exporting and converting a ValueNode are among the most interesting features of Synfig. A combination of them allows the user to organize complex animations modifying just a few parameters. See the tutorial Following a Spline for an example.

Sometimes you would like to do the same combination of exported values and convert types. And it is so tedious to repeat each time.

There is a way to avoid this and reuse the exported and converted values.

Imagine that you have a situation where you have a cool conversion combination and want to use it into another already done animation. You can do the following:

  1. In the animation file that has the cool conversion do:
    1. Export all the values that you want to control. For example if parameter a is a=b+c then you should export three parameters: a, b and c. The exported parameter a will be an Add parameter and will be calculated based on the b and c exported parameters.
    2. Delete all the layers (you don't need them at all, because you only need the cool conversion combination). Save the file with other name ("master.sifz"). This will be the main file.
  2. Go to Canvas Menu Caret "<File> → <Import>" and select the file that have the current done animation where on you want to use the cool exported valuenodes combination.
  3. Then select the imported Group Layer and go to its Canvas parameter and Export it. Set a meaningful name. Save the "master" file and close it.
  4. Open the "master" file again and you'll see that the imported animation file (already an exported canvas) has an expand triangle that allows to select the layers that are inside of it.
  5. Select the parameter of the layer of the imported canvas that you want and link the parameter to any of the "master" canvas exported values that are accessible to the Library Panel parameters, using the right click mouse button.

That's all folks! ;-)


Languages Language: 

English • español • français • română