Skip to content

For Houdini 18.5

Compare
Choose a tag to compare
@teared teared released this 11 Feb 12:21
· 14 commits to master since this release
35ac2a4

From here you can install the add-on manually.

Drop VEX.sublime-package file into Data/Installed Packages

Example:
C:\Users\teared\AppData\Roaming\Sublime Text 3\Installed Packages\VEX.sublime-package

Then follow the rest of the readme, including optional setup sections.

Release 7.1.4

  1. Various Syntax Checker fixes:

    It now works on Linux machines: #11

    Fixed a few bugs causing "VCC is currently running..." state stuck until the editor restarted.

    Temporary files used with "As a Snippet" build now removed sooner. An exception could cause files to get stuck in the temp folder.
    Temporary filename pattern: tmpxxxxxx

    Several more VCC errors are displayed.

    Improved Snippet error detection of bad "@" symbol usages.

    See Optional: Configure VCC Path and Syntax Check sections of the readme for the relevant info.