Skip to content

Commit

Permalink
Update message
Browse files Browse the repository at this point in the history
  • Loading branch information
teared committed Nov 13, 2023
1 parent be3a407 commit cbbe763
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"7.1.6": "messages/7.1.6.txt",
"7.1.7": "messages/7.1.7.txt",
"7.1.8": "messages/7.1.8.txt",
"7.2.0": "messages/7.2.0.txt"
"7.2.0": "messages/7.2.0.txt",
"7.2.1": "messages/7.2.1.txt"
}
25 changes: 25 additions & 0 deletions messages/7.2.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Houdini add-on for Sublime Text:
https://github.com/teared/VEX


Release 7.2.1

This patch release is a follow up to the Houdini 20.0 Update released a few days ago:
https://github.com/teared/VEX/releases/tag/7.2.0

It improves functionality and fixes problems in VEX snippets.

1. Added #include <math.h> in snippets.
Houdini has been doing this for a while under the hood.
In other words, snippets using PI will compile.

2. Dictionary attributes supported: d@something.

3. All automatically cast attributes supported.
Namely, added @elemnum, @numelem, @OpInput[1-4] to the support list.

4. Fixed wrong column numbers for bound attribute names in VEX compile errors.


Open issues for bug reports, requests, suggestions, etc:
https://github.com/teared/VEX/issues

0 comments on commit cbbe763

Please sign in to comment.