Meta Data Panel
From Synfig Studio :: Documentation
m (copy/paste guide_snap from guide) |
m (add intra links to metadata grid and guide page in "usage" section (remove contribution banner)) |
||
Line 8: | Line 8: | ||
[[File:Canvas MetaData Panel-0.65.png|frame|none|Canvas MetaData Panel, scene_# and scene_name keys are personal]] | [[File:Canvas MetaData Panel-0.65.png|frame|none|Canvas MetaData Panel, scene_# and scene_name keys are personal]] | ||
− | + | {{Literal|Metadata panel}} shows you all the useful existing keys. | |
− | + | A few number of keys are created and stored for each new {{l|Canvas|canvas}} like {{literal|grid_snap}} or {{literal|guide_show}}. | |
− | Metadata panel shows you all the useful existing keys. | + | |
− | A few number of keys are created and stored for each new {{l|Canvas|canvas}} like {{ | + | |
* The {{literal|grid_color}} key expect three values for red, green and blue between the range [0,1] separated by a space (for example {{literal|0,5 0,5 1}} will set a light blue). | * The {{literal|grid_color}} key expect three values for red, green and blue between the range [0,1] separated by a space (for example {{literal|0,5 0,5 1}} will set a light blue). | ||
+ | * The {{literal|guide_snap}} key stores whether snapping to guides is enabled or not. It stores {{literal|0}} if snapping to guides is disabled or {{literal|1}} if snapping to guides is enabled. | ||
− | + | The units used in the {{Literal|Metadata panel}} for {{literal|guide_x}}, {{literal|guide_y}} and {{literal|grid_size}} keys, are Synfig units. | |
− | You can add more personal keys but not useful for the program functionality. | + | You can add more personal keys but not useful for the program functionality. For example you can add the scene number or the author there, but they just will be stored in the file but not used by the application. |
− | + | ===Usage=== | |
+ | ====Grid==== | ||
+ | * {{l|Doc:Grid#Using_the_Canvas_MetaData_panel|Showing and hiding}} | ||
+ | * {{l|Doc:Grid#Using_the_Canvas_MetaData_panel_2|Enabling and disabling snapping}} | ||
+ | * {{l|Doc:Grid#Using_the_Canvas_MetaData_panel_3|Changing the spacing of lines}} | ||
+ | * {{l|Doc:Grid#Changing_the_color_of_grid_lines|Changing the color of lines}} | ||
+ | ====Guide==== | ||
+ | * {{l|Doc:Guides#Using_the_Canvas_MetaData_Panel|Adding guides to your canvases}} | ||
+ | * {{l|Doc:Guides#Using_the_Canvas_MetaData_Panel_4|Showing or hiding}} | ||
+ | * {{l|Doc:Guides#Using_the_Canvas_MetaData_Panel_5|Snapping}} | ||
+ | * {{l|Doc:Guides#Using_the_Canvas_MetaData_Panel_2|Positioning precisely}} | ||
+ | * {{l|Doc:Guides#Using_the_Canvas_MetaData_Panel_3|Remove from your canvases}} |
Revision as of 10:02, 18 March 2014
"Metadata panel" shows you all the useful existing keys. A few number of keys are created and stored for each new canvas like "grid_snap" or "guide_show".
- The "grid_color" key expect three values for red, green and blue between the range [0,1] separated by a space (for example "0,5 0,5 1" will set a light blue).
- The "guide_snap" key stores whether snapping to guides is enabled or not. It stores "0" if snapping to guides is disabled or "1" if snapping to guides is enabled.
The units used in the "Metadata panel" for "guide_x", "guide_y" and "grid_size" keys, are Synfig units.
You can add more personal keys but not useful for the program functionality. For example you can add the scene number or the author there, but they just will be stored in the file but not used by the application.
Usage
Grid
- Showing and hiding
- Enabling and disabling snapping
- Changing the spacing of lines
- Changing the color of lines