-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 7.2.0 1. Updated for Houdini 20.0. 2. Added short descriptions of functions in the completions window. 3. New expression functions added: efit trim ltrim rtrim pointvals vertexvals primvals detailvals Tip: to read about new functions quickly, copy the list into an empty Sublime Text document, set the HScript syntax, and check the documentation helpcards (Ctrl+Alt+D). 4. New commands added: geospreadsheet reloadseq viewcharacteropts viewrotovideo 5. Fixed broken documentation links for functions in helpcards.
- Loading branch information
Showing
6 changed files
with
1,908 additions
and
918 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
Houdini add-on for Sublime Text: | ||
https://github.com/teared/HScript | ||
|
||
|
||
Release 7.2.0 | ||
|
||
|
||
1. Updated for Houdini 20.0. | ||
|
||
2. Added short descriptions of functions in the completions window. | ||
|
||
3. New expression functions added: | ||
|
||
efit | ||
trim | ||
ltrim | ||
rtrim | ||
pointvals | ||
vertexvals | ||
primvals | ||
detailvals | ||
|
||
Tip: to read about new functions quickly, | ||
copy the list into an empty Sublime Text document, | ||
set the HScript syntax, and check the documentation helpcards (Ctrl+Alt+D). | ||
|
||
4. New commands added: | ||
|
||
geospreadsheet | ||
reloadseq | ||
viewcharacteropts | ||
viewrotovideo | ||
|
||
5. Fixed broken documentation links for functions in helpcards. | ||
|
||
|
||
Open issues for bug reports, requests, suggestions, etc: | ||
https://github.com/teared/HScript/issues |
Oops, something went wrong.