Skip to content

Commit cbbe763

Browse files
committed
Update message
1 parent be3a407 commit cbbe763

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

messages.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"7.1.6": "messages/7.1.6.txt",
1010
"7.1.7": "messages/7.1.7.txt",
1111
"7.1.8": "messages/7.1.8.txt",
12-
"7.2.0": "messages/7.2.0.txt"
12+
"7.2.0": "messages/7.2.0.txt",
13+
"7.2.1": "messages/7.2.1.txt"
1314
}

messages/7.2.1.txt

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Houdini add-on for Sublime Text:
2+
https://github.com/teared/VEX
3+
4+
5+
Release 7.2.1
6+
7+
This patch release is a follow up to the Houdini 20.0 Update released a few days ago:
8+
https://github.com/teared/VEX/releases/tag/7.2.0
9+
10+
It improves functionality and fixes problems in VEX snippets.
11+
12+
1. Added #include <math.h> in snippets.
13+
Houdini has been doing this for a while under the hood.
14+
In other words, snippets using PI will compile.
15+
16+
2. Dictionary attributes supported: d@something.
17+
18+
3. All automatically cast attributes supported.
19+
Namely, added @elemnum, @numelem, @OpInput[1-4] to the support list.
20+
21+
4. Fixed wrong column numbers for bound attribute names in VEX compile errors.
22+
23+
24+
Open issues for bug reports, requests, suggestions, etc:
25+
https://github.com/teared/VEX/issues

0 commit comments

Comments
 (0)