Toonboom: Difference between revisions

From wikinotes
No edit summary
 
No edit summary
 
Line 4: Line 4:
!colspan=3| General Navigation
!colspan=3| General Navigation
|-
|-
| O || || Center on Selected
| O || Center on Selected
|-
|-
| A || || show layer
| A || show layer
|-
|-
| D || || Hide layer
| D || Hide layer
|-
|-
| 1 || || zoom out
| 1 || zoom out
|-
|-
| 2 || || zoom in
| 2 || zoom in
|-
|-
!colspan=3| Network View
!colspan=3| Network View
|-
|-
| CTRL + P || || Peg
| CTRL + P || Peg
|-
|-
| CTRL + G || || Group
| CTRL + G || Group
|-
|-
| CTRL + Y || || Create Display Node
| CTRL + Y || Create Display Node
|-
|-
| F6 (in time slider) || || extend frame duration
| F6 (in time slider) || extend frame duration
|-
|-
| F5 || || Keyframe
| F5 || Keyframe
|}
|}
</blockquote><!-- Hotkeys -->
</blockquote><!-- Hotkeys -->
<br>
<br>


= Import Settings =
= Import Settings =
<blockquote>
<blockquote>
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
#### Lineart:
# Lineart:
* Vectorize, import as black and white
* Vectorize, import as black and white
* (imported as lineart only)
* (imported as lineart only)


#### 3D:
# 3D:
* Straight
* Straight
* Create layers based on filenames
* Create layers based on filenames
* Uncheck vectorize
* Uncheck vectorize
</syntaxhighlight>
</syntaxhighlight>
</blockquote><!-- Import Settings -->
</blockquote><!-- Import Settings -->
<br>
<br>


= Scripting =
= Scripting =
<blockquote>
<blockquote>
Toonboom uses a derivative of javascript for scripting.
You can script toonboom using a derivative of [[javascript]].
 
 
</blockquote><!-- Scripting -->
</blockquote><!-- Scripting -->

Latest revision as of 19:39, 17 July 2021

Hotkeys

General Navigation
O Center on Selected
A show layer
D Hide layer
1 zoom out
2 zoom in
Network View
CTRL + P Peg
CTRL + G Group
CTRL + Y Create Display Node
F6 (in time slider) extend frame duration
F5 Keyframe

Import Settings

# Lineart:
* Vectorize, import as black and white
* (imported as lineart only)

# 3D:
* Straight
* Create layers based on filenames
* Uncheck vectorize

Scripting

You can script toonboom using a derivative of javascript.