-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ivan Titov
authored
Mar 5, 2020
1 parent
75be16a
commit ea084b8
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,20 @@ | ||
# Houdini Tool Development Kit | ||
|
||
## Tools | ||
#### Find Icon | ||
A tool to quickly find available icons. | ||
|
||
![Find Icon](/images/find_icon.png) | ||
|
||
#### Generate Code | ||
Applies `.asCode()` to selected nodes. Then copies the resulting code to the clipboard. | ||
|
||
#### Increment HDA Version | ||
Increments the HDA version of the selected node. You can select the version type (major, minor, build, etc.). | ||
|
||
![Increment HDA Version](/images/increment_hda_version.png) | ||
|
||
#### Show Node User Data | ||
Shows user data and cached user data of the selected node. | ||
|
||
![Show Node User Data](/images/show_node_user_data.png) |