Meta Data Panel
From Synfig Studio :: Documentation
m (intra links on canvas, grid and guides) |
m (copy/paste guide_snap from guide) |
||
Line 9: | Line 9: | ||
Contribution are welcome, needed and appreciated. | Contribution are welcome, needed and appreciated. | ||
− | |||
Metadata panel shows you all the useful existing keys. | 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 {{l|Doc:Grid|grid}} and {{l|Doc:Guides|guides}} snap or show. | A few number of keys are created and stored for each new {{l|Canvas|canvas}} like {{l|Doc:Grid|grid}} and {{l|Doc:Guides|guides}} snap or show. | ||
− | 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. | ||
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. | 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. |
Revision as of 22:45, 13 January 2014
Contribution are welcome, needed and appreciated.
Metadata panel shows you all the useful existing keys. A few number of keys are created and stored for each new canvas like grid and guides snap or 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.
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.