Difference between revisions of "Talk:Handle"

From Synfig Studio :: Documentation
Jump to: navigation, search
m (Choose your handles: "clear the selection" section)
m (precision)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
  
 
TODO :  
 
TODO :  
* note about displaying/hidding handles ,
+
* <strike>note about displaying/hidding handles (basic info done)</strike>
* screenshots ....  
+
* screenshots .... missing individual duck representation, and animation of handle selection for example
 
* note about general handles : width rotation and link with display handle ///
 
* note about general handles : width rotation and link with display handle ///
 
+
* ALT 0 shotcut for toggle handle (Actually not released , todo after 1.0.2 --[[User:D.j.a.y|D.j.a.y]] ([[User talk:D.j.a.y|talk]]) 06:44, 1 February 2016 (EST))
 
+
----
+
 
+
 
+
'''rewrite for future changes from : https://github.com/d-j-a-y/synfig/tree/djay_workarea_handle_selection'''
+
 
+
= Choose your handles =
+
 
+
Handle selection can be done one by one or by group.
+
==One by one==
+
* Move your pointer near a {{l|Handle}} it will signal it by changing his shape. Click on it. The handle is now selected, reflected by a visual information, and any other previously selected handle will be unselected. Single click on a handle replace the current selection. 
+
* Hold {{Shortcut|shift}} while clicking on a handle '''to add''' it to the current selection.  
+
* Hold {{Shortcut|control}} while clicking on a handle '''to toggle''' the selection '''on''' and '''off''' without affecting the selection status of the other handles.  
+
==By group==
+
* Drag a rectangle around a group of handles to select them all and unselect the other handles.  
+
* Hold {{Shortcut|shift}} while dragging a rectangle around a group of handles to select them as well as the currently selected handles. You can repeat the operation, the new selected handles will be '''added''' to current selection.
+
* Hold {{Shortcut|ctrl}} while dragging a rectangle around a group of handles to '''toggle''' them and keep the rest. You can repeat the operation.
+
* Hit {{Shortcut|control|A}} to select all '''non-position''' handles.
+
 
+
==From multiple Layers==
+
If you want to select handles from multiple {{l|Layer|Layers}}, in the {{l|Layers Panel}} or direct from the {{l|Canvas}} first select the layers you want, them select the handles by any combination of single of group selection.
+
 
+
==Clear the current selection==
+
To clear the current selection, in the {{l|WorkArea}} click out of any {{l|Handle}}.
+

Latest revision as of 14:44, 1 February 2016

TODO :

  • note about displaying/hidding handles (basic info done)
  • screenshots .... missing individual duck representation, and animation of handle selection for example
  • note about general handles : width rotation and link with display handle ///
  • ALT 0 shotcut for toggle handle (Actually not released , todo after 1.0.2 --D.j.a.y (talk) 06:44, 1 February 2016 (EST))