Skip to content

Commit

Permalink
Update for Houdini 20.0
Browse files Browse the repository at this point in the history
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
teared committed Nov 10, 2023
1 parent 70a8908 commit c4005c0
Show file tree
Hide file tree
Showing 6 changed files with 1,908 additions and 918 deletions.
6 changes: 3 additions & 3 deletions commands/helpcard.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ def run(self, edit):
No popup help available for "{term}".
</p>
<p>Search online:
<a href="https://cse.google.com/cse?cx=001106583893786776783%3A4dnyszriw9c&q={term}">Docs</a> |
<a href="https://encrypted.google.com/search?&q=site%3Asidefx.com+OR+site%3Aodforce.net+{term}">Community</a> |
<a href="https://encrypted.google.com/search?&q={term}">Internet</a>
<a href="https://cse.google.com/cse?cx=001106583893786776783%3A4dnyszriw9c&amp;q={term}">Docs</a> |
<a href="https://encrypted.google.com/search?&amp;q=site%3Asidefx.com+OR+site%3Aodforce.net+{term}">Community</a> |
<a href="https://encrypted.google.com/search?&amp;q={term}">Internet</a>
</p>
</body>
'''.format(term=word, style=self.css)
Expand Down
919 changes: 462 additions & 457 deletions commands/helpcards.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"7.1.3": "messages/7.1.3.txt",
"7.1.4": "messages/7.1.4.txt",
"7.1.5": "messages/7.1.5.txt",
"7.1.6": "messages/7.1.6.txt"
"7.1.6": "messages/7.1.6.txt",
"7.2.0": "messages/7.2.0.txt"
}
38 changes: 38 additions & 0 deletions messages/7.2.0.txt
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
Loading

0 comments on commit c4005c0

Please sign in to comment.