Houdini Main Changelogs

18.5.113

Hitting up in a multi-line text field when on the first line will now go to the start of the line, and hitting down when on the last line will now go to the end of the line.

Wed. February 5, 2020
18.5.113

Hitting up in a multi-line text field when on the first line will now go to the start of the line, and hitting down when on the last line will now go to the end of the line.

Wed. February 5, 2020
18.5.113

Hitting up in a multi-line text field when on the first line will now go to the start of the line, and hitting down when on the last line will now go to the end of the line.

Wed. February 5, 2020
18.5.113

Python States - Problems binding boundingbox

  • This fixes a problem similar to a previous issue with xform parms.
  • One now needs to use hou.Handle.applySettings for showing the boundingboxhandle knobs after diabling/enabling boundingbox parms.e.g.

# Enable the bounding box center parms bbox_handle.enableParms(['centerx', 'centery', 'centerz']) # Force the bounding box handle mode to translate bbox_handle.applySettings('translate(1)')
  • hou.Handle.update now takes a flag to defer the update or execute it immediately.
Wed. February 5, 2020
18.5.113

Python States - Problems binding boundingbox

  • This fixes a problem similar to a previous issue with xform parms.
  • One now needs to use hou.Handle.applySettings for showing the boundingboxhandle knobs after diabling/enabling boundingbox parms.e.g.

# Enable the bounding box center parms bbox_handle.enableParms(['centerx', 'centery', 'centerz']) # Force the bounding box handle mode to translate bbox_handle.applySettings('translate(1)')
  • hou.Handle.update now takes a flag to defer the update or execute it immediately.
Wed. February 5, 2020
18.5.113

Python States - Problems binding boundingbox

  • This fixes a problem similar to a previous issue with xform parms.
  • One now needs to use hou.Handle.applySettings for showing the boundingboxhandle knobs after diabling/enabling boundingbox parms.e.g.

# Enable the bounding box center parms bbox_handle.enableParms(['centerx', 'centery', 'centerz']) # Force the bounding box handle mode to translate bbox_handle.applySettings('translate(1)')
  • hou.Handle.update now takes a flag to defer the update or execute it immediately.
Wed. February 5, 2020
18.5.113

Python States - Problems binding boundingbox

  • This fixes a problem similar to a previous issue with xform parms.
  • One now needs to use hou.Handle.applySettings for showing the boundingboxhandle knobs after diabling/enabling boundingbox parms.e.g.

# Enable the bounding box center parms bbox_handle.enableParms(['centerx', 'centery', 'centerz']) # Force the bounding box handle mode to translate bbox_handle.applySettings('translate(1)')
  • hou.Handle.update now takes a flag to defer the update or execute it immediately.
Wed. February 5, 2020
18.0.372

Python States - Problems binding boundingbox

  • This fixes a problem similar to a previous issue with xform parms.
  • One now needs to use hou.Handle.applySettings for showing the boundingboxhandle knobs after diabling/enabling boundingbox parms.e.g.

# Enable the bounding box center parms bbox_handle.enableParms(['centerx', 'centery', 'centerz']) # Force the bounding box handle mode to translate bbox_handle.applySettings('translate(1)')
  • hou.Handle.update now takes a flag to defer the update or execute it immediately.
Wed. February 5, 2020
18.5.113

Houdini now uses OpenColorIO 1.1.1.

Wed. February 5, 2020
18.5.113

Houdini now uses OpenColorIO 1.1.1.

Wed. February 5, 2020
18.5.113

Houdini now uses OpenColorIO 1.1.1.

Wed. February 5, 2020
18.5.113

Houdini now uses OpenColorIO 1.1.1.

Wed. February 5, 2020
18.5.113

Houdini now uses Alembic 1.7.12.

Wed. February 5, 2020
18.5.113

Houdini now uses Alembic 1.7.12.

Wed. February 5, 2020
18.5.113

Houdini now uses Alembic 1.7.12.

Wed. February 5, 2020
18.5.113

Houdini now uses Alembic 1.7.12.

Wed. February 5, 2020
18.0.372

The old PolyCap SOP should no longer generate bad geometry when re-cooked, particularly with polysoup inputs.

Wed. February 5, 2020
18.5.113

Python States - Issues with dynamically bound handles

  • Added new hou.Handle.applySettings API to help fixing an issue whendisabling and re-enabling xform parms.
  • hou.Handle.applySettings can be used to switch the xform handle to aspecific mode after disabling and re-enabling components. For instance,the xform handle will switch to a different mode if the rotationcomponents (rx,ry,rz) are disabled dynamically. But adding back therotation will not switch to the rotate mode right away, switching torotate must rather be done by cycling the 'y' key. To avoid the userinteraction, one can use hou.Handle.applySettings to switch to rotationmode right away after the rotation have been re-enabled.
  • Also fixed an issue with the default value of the python state toggleparm type.
Wed. February 5, 2020
18.5.113

Python States - Issues with dynamically bound handles

  • Added new hou.Handle.applySettings API to help fixing an issue whendisabling and re-enabling xform parms.
  • hou.Handle.applySettings can be used to switch the xform handle to aspecific mode after disabling and re-enabling components. For instance,the xform handle will switch to a different mode if the rotationcomponents (rx,ry,rz) are disabled dynamically. But adding back therotation will not switch to the rotate mode right away, switching torotate must rather be done by cycling the 'y' key. To avoid the userinteraction, one can use hou.Handle.applySettings to switch to rotationmode right away after the rotation have been re-enabled.
  • Also fixed an issue with the default value of the python state toggleparm type.
Wed. February 5, 2020
18.5.113

Python States - Issues with dynamically bound handles

  • Added new hou.Handle.applySettings API to help fixing an issue whendisabling and re-enabling xform parms.
  • hou.Handle.applySettings can be used to switch the xform handle to aspecific mode after disabling and re-enabling components. For instance,the xform handle will switch to a different mode if the rotationcomponents (rx,ry,rz) are disabled dynamically. But adding back therotation will not switch to the rotate mode right away, switching torotate must rather be done by cycling the 'y' key. To avoid the userinteraction, one can use hou.Handle.applySettings to switch to rotationmode right away after the rotation have been re-enabled.
  • Also fixed an issue with the default value of the python state toggleparm type.
Wed. February 5, 2020
18.5.113

Python States - Issues with dynamically bound handles

  • Added new hou.Handle.applySettings API to help fixing an issue whendisabling and re-enabling xform parms.
  • hou.Handle.applySettings can be used to switch the xform handle to aspecific mode after disabling and re-enabling components. For instance,the xform handle will switch to a different mode if the rotationcomponents (rx,ry,rz) are disabled dynamically. But adding back therotation will not switch to the rotate mode right away, switching torotate must rather be done by cycling the 'y' key. To avoid the userinteraction, one can use hou.Handle.applySettings to switch to rotationmode right away after the rotation have been re-enabled.
  • Also fixed an issue with the default value of the python state toggleparm type.
Wed. February 5, 2020
18.0.372

Python States - Issues with dynamically bound handles

  • Added new hou.Handle.applySettings API to help fixing an issue whendisabling and re-enabling xform parms.
  • hou.Handle.applySettings can be used to switch the xform handle to aspecific mode after disabling and re-enabling components. For instance,the xform handle will switch to a different mode if the rotationcomponents (rx,ry,rz) are disabled dynamically. But adding back therotation will not switch to the rotate mode right away, switching torotate must rather be done by cycling the 'y' key. To avoid the userinteraction, one can use hou.Handle.applySettings to switch to rotationmode right away after the rotation have been re-enabled.
  • Also fixed an issue with the default value of the python state toggleparm type.
Wed. February 5, 2020
18.0.372

Set the foreach iteration node instead a Foreach CHOP to read-only permissions rather than none so it can be read by scripts.

Wed. February 5, 2020
18.5.113

Set the foreach iteration node instead a Foreach CHOP to read-only permissions rather than none so it can be read by scripts.

Wed. February 5, 2020
18.5.113

Set the foreach iteration node instead a Foreach CHOP to read-only permissions rather than none so it can be read by scripts.

Wed. February 5, 2020