Drawing Identification
In the Xsheet view, you can identify drawings as Key, Breakdown or In-between. This helps to keep the Xsheet well organized while animating.
When working with several animators, directors, or even other studios, the necessity for retakes will often arise. Harmony also gives you the possibility to mark new drawings as either Retake Key, Retake Breakdown, or Retake Inbetweens.
If your production requires you to mark drawings with a custom marker, you also have the option to create your own.
Make custom marks for the Xsheet by creating your own icons, then cutting, pasting and changing a bit of code. Not only is it possible to have your custom mark appear in the Xsheet and Mark Drawing toolbars, but also in the Onion Skin and Flip toolbars.
You can create custom shortcuts for the Drawing Identification options in the Preferences dialog box.
How to mark a drawing as Key, Breakdown or In-between
|
1.
|
From the top menu, select Windows > Toolbars > Mark Drawing. |
The Mark Drawing toolbar displays.
|
2.
|
In the Xsheet view, select the cell you want to identify. This option is not available in the Timeline view. |
|
3.
|
In the Mark Drawing toolbar, click one of these buttons: Mark as Key Drawing , Mark as Breakdown Drawing or Mark as In-between Drawing . In the Xsheet View menu, you can also select Drawing > Mark Drawing As > Key Drawing, Breakdown Drawing, In-between Drawing, Retake Key, Retake BD and Retake IB. |
|
‣
|
If you selected Mark as Key Drawing, a icon appears in the cell. |
|
‣
|
If you selected Mark as Breakdown Drawing, a icon appears in the cell. |
|
‣
|
If you selected Mark as In-Between Drawing, there is no icon displayed in the cell since it is used to remove a Key or Breakdown marker. |
How to create custom markers
|
1.
|
With a bitmap editing software, create the following icons in PNG format: |
|
‣
|
Mark Drawing Toolbar icon (24 x 24 pixel) |
|
‣
|
Onion Skin Toolbar icon (24 x 24 pixel) |
|
‣
|
Flip Toolbar icon (24 x 24 pixel) |
|
‣
|
Xsheet Column icon (16 x 16 pixel) |
|
3.
|
When your icons are ready, open the Toon Boom Harmony drawingTypes.d folder. |
If the drawingTypes.d
folder does not exist, you must create it. To do so, copy the resources
folder from the following location.
|
•
|
Windows: C:/Program Files (x86)/Toon Boom Animation/Harmony 11/resources/drawingTypes.d |
|
•
|
Mac OS X: /Applications/Harmony 11/resources/drawingTypes.d |
|
•
|
Linux: /usr/local/ToonBoomAnimation/ProductNameVersion/resources/drawingTypes.d |
Stand-alone
|
‣
|
Windows: C:\Users\USERNAME\AppData\Roaming\Toon Boom Animation\Toon Boom Harmony\full-1100-pref \drawingTypes.d |
|
‣
|
Mac OS X: /Users/USERNAME/Library/Preferences/Toon Boom Animation/ Toon Boom Harmony/ full-1100-pref /drawingTypes.d |
The Library folder is usually hidden in the Finder. To see all the hidden folders and files, type the following in a terminal window:
defaults write com.apple.Finder AppleShowAllFiles YES
|
‣
|
Linux: /home/USERNAME/Toon Boom Animation/Toon Boom Harmony/full-1100-pref /drawingTypes.d/ |
Network
In Harmony Network, the path is global for all users so you must create the folder and place in /USA_DB.
|
4.
|
Paste your icons in the drawingTypes.d directory. |
|
5.
|
In the same directory, open the drawingTypes.xml file in a text editor. |
|
6.
|
For each custom icon you want to create, add the following line. Make sure to place it before this closing tag: </DrawingTypes> . |
|
‣
|
<DrawingType text="NewButtonName" pixmapFile="XsheetIcon.png" commandIcon="MarkDrawingIcon.png" flipIcon="FlipIcon.png" onionIcon="OnionIcon.png" /> |
|
7.
|
In that line, replace the following information with your new icon information: |
|
‣
|
NewButtonName: Write the name of your new marker. This name will appear in the button tooltip. |
|
‣
|
XsheetIcon.png: Write the name of the icon that you created to appear in the Xsheet column. Include the file extension. |
|
‣
|
MarkDrawingIcon.png: Write the name of the icon that you created to appear in the Mark Drawing toolbar. Include the file extension. |
|
‣
|
FlipIcon.png: Write the name of the icon that you created to appear in the Flip toolbar. Include the file extension. |
|
‣
|
OnionIcon.png: Write the name of the icon that you created to appear in the Onion Skin toolbar. Include the file extension. |
|
8.
|
Save the file and close it. |