Houdini expression editor v1.3.2

  • February 24, 2020
  • Update
  • 0 Comments
  • GuillaumeJ

A new version of Houdini expr editor is now available. This includes a new feature: Windows => External python source editor, which allows you to edit session’s python source code with your external editor. The code will be available as normal code edited with the regular Python source editor, using hou.session.my_code.

Houdini 18.0 compatibility

Hello folks ! All the tools on cgtoolbox.com are now compatible with Houdini 18.0 which was released last week ! For Python 3.7 support, it is scheduled for beginning of next year ( 2020 ). In the meantime, there is no guarantee that the scripts will work with the Python 3.7 build of Houdini 18.0.

HoudiniExprEditor bug fix

  • July 31, 2019
  • Bug fix
  • 0 Comments
  • GuillaumeJ

The version 1.2.2 of HoudiniExprEditor has been released. It’s a small bug fix where a crash could occur when a python module of an asset is udpated while referenced by parameters on the node UI. Available here !

Houdini Expr Editor And PyCharm

Just a quick message on Houdini Expr Editor and its support of PyCharm. PyCharm has as a “safe write” system, which saves the current file in a temporary file first. This messes up the file watcher of the script, thus, the code is not updated live in the Houdini session. In order to avoid this, … Continue Reading

Houdini Node Bookmarks linux bug fix

  • September 29, 2018
  • Bug fix
  • 0 Comments
  • GuillaumeJ

Hi Folks, A bug fix has been pushed for the Houdini Node Bookmarks, it is now fully functional on Linux ! Houdini Node Bookmarks