Houdini Main Changelogs

19.5.939

Fixed hanging in Houdini related to Python SOP nodes. For example, Houdini would hang when cooking Python SOP nodes from Houdini Engine Session Sync, or when a background thread tried to call into HOM while Houdini cooked Python SOP nodes.

The fix required restoring old behavior in Python SOP nodes that unfortunately reintroduces an old hang, one at least that is limited in scope. The old hang occurs when Python SOP nodes execute multi-threaded code that calls into the HOM `hou` package from separate threads. If you wish to run such code in Python SOPs, then you can set `HOUDINI_ALLOW_PYTHON_SOP_MULTITHREADING=1` in the environment with the caveat that you may encounter other hangs as detailed above (i.e. cooking Python SOP nodes from Session Sync).

Tue. April 2, 2024
19.5.939

Fixed hanging in Houdini related to Python SOP nodes. For example, Houdini would hang when cooking Python SOP nodes from Houdini Engine Session Sync, or when a background thread tried to call into HOM while Houdini cooked Python SOP nodes.

The fix required restoring old behavior in Python SOP nodes that unfortunately reintroduces an old hang, one at least that is limited in scope. The old hang occurs when Python SOP nodes execute multi-threaded code that calls into the HOM `hou` package from separate threads. If you wish to run such code in Python SOPs, then you can set `HOUDINI_ALLOW_PYTHON_SOP_MULTITHREADING=1` in the environment with the caveat that you may encounter other hangs as detailed above (i.e. cooking Python SOP nodes from Session Sync).

Tue. April 2, 2024
19.5.934

Fixed a bug where volumes straddling camera's far clip plane could sometimes cause render to hang.

Thu. March 28, 2024
19.5.933

Fixed a bug in the Trace SOP that resulted in stretched results when using a volume wider than it is tall.

Wed. March 27, 2024
19.5.927

The karma:light:shader parameter was changed from a string to an asset to allow the asset resolver to kick in for evaluation.

Thu. March 21, 2024
19.5.926

Fix a bug with hkey that incorrectly reported expired dates if the date was past 2037.

Wed. March 20, 2024
19.5.924

Improvements for the Edit Context Options dialog:

  • "Automatic" context options are hidden by default
  • User created context options can be explicitly marked as "hidden"

A settings menu provides toggle to turn on the display of each of these types of initially hidden context options.

Mon. March 18, 2024
19.5.922

Fixed a problem that could cause HARS to randomly shut down when cooking a PDG graph.

Sat. March 16, 2024
19.5.919

The Remesh to Camera SOP should now properly convex input geometry to triangles before subdividing.

Wed. March 13, 2024
19.5.918

Fixed a rare crash when recooking a graph with multiple consecutive partitioner nodes, without dirtying any of the nodes between cooks.

Tue. March 12, 2024
19.5.917

The Remesh to Camera SOP, which subdivides input geometry to generate polygons smaller than a camera measurement, is now available in 19.5.

Mon. March 11, 2024
19.5.913

Fixed an exception when querying work item data from the job environment with RPC data source option enabled.

Thu. March 7, 2024
19.5.911

Fixed a performance issue with building locked stages for nodes such as the LOP Import SOP, when the source stage had many sublayers.

Tue. March 5, 2024
19.5.910

Fixed an issue that kept Houdini from starting on systems built with glibc 2.39.

Mon. March 4, 2024
19.5.910

Make further file system performance improvements for HOUDINI_VDB_FORCE_STREAM_SAVE by increasing its buffer size to 128 KB blocks.

Mon. March 4, 2024
19.5.907

Add HOUDINI_VDB_FORCE_STREAM_SAVE environment variable. When enabled, this forces .vdb files to be saved via a file stream that disables the ability to perform delayed loading on the saved .vdb files. This can improve file write performance by avoiding file seeking. Notably, Qumulo file systems suffer from this (but not Isilon file systems).

Fri. March 1, 2024
19.5.907

Fixed an issue with PDG throwing an exception on initialization when the `future` package is installed on the Python path.

Fri. March 1, 2024
19.5.906

Fixed thread safety issue when calling HAPI_IsSessionValid from multiple threads.

Thu. February 29, 2024
19.5.906

Fixed an issue where the output from HAPI was not being redirected to the Output Window properly.

Thu. February 29, 2024
19.5.905

Fix an issue where context option changes might not cause nodes to recook when first loading a hip file with delay-loaded HDAs.

Wed. February 28, 2024
19.5.904

Added support for setting an explicit alpha value on a netbox.

Tue. February 27, 2024
19.5.900

Modified hython so that it does not preconfigure the Qt environment by setting QT_PLUGIN_PATH and QT_QPA_FONTDIR if those variables already exist in the environment. This enables users to specify their own Qt environment to use in hython instead of the one in $HFS.

Fri. February 23, 2024
19.5.895

Fixed a warning when using landscapes with the old Unreal input system.

Mon. February 19, 2024
19.5.891

Fixed a crash during cooking if an HDA input straddles a world partition boundary.

Thu. February 15, 2024
19.5.890

Limit the number of Landscape Splint control points input from Houdini to Unreal to 1000. This prevents a crash in Unreal when saving a map with a high number of control points.

Wed. February 14, 2024