Skip to content

For Houdini 18.5

Compare
Choose a tag to compare
@teared teared released this 01 Sep 07:45
· 11 commits to master since this release

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\Installed Packages\VEX.sublime-package

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

Release 7.1.6

  1. Fixed internal deadlock caused by too many error messages:

    VCC process waits for the OS pipe buffer to accept more data,
    which caused the add-on stuck in the "VCC is currently running..." state.

    The deadlock may have caused files to get stuck in the temp folder.
    Temporary filename pattern: tmpxxxxxx

  2. Added compilation timeout of 30 seconds.