Houdini Main Changelogs

8.0.273

The Resample SOP and Convert Meta SOPs no longer have minimum stepsizes of 0.001.

Wed. June 15, 2005
8.0.273

The Resample SOP and Convert Meta SOPs no longer have minimum stepsizes of 0.001.

Wed. June 15, 2005
8.0.273

The Resample SOP and Convert Meta SOPs no longer have minimum stepsizes of 0.001.

Wed. June 15, 2005
8.0.273

Parm Callback functions that want to access the input geometry in SOPs now must lock the input rather than just calling inputGeo(). inputGeo() now returns 0 if the input hasn't yet been locked.

gdp = me->inputGeo(0, context);

should be changed to:

if (me->lockInput(0, context) >= UT_ERROR_ABORT)

return 0;

gdp = me->inputGeo(0, context); ... me->unlockInput(0);

Wed. June 15, 2005
8.0.273

Parm Callback functions that want to access the input geometry in SOPs now must lock the input rather than just calling inputGeo(). inputGeo() now returns 0 if the input hasn't yet been locked.

gdp = me->inputGeo(0, context);

should be changed to:

if (me->lockInput(0, context) >= UT_ERROR_ABORT)

return 0;

gdp = me->inputGeo(0, context); ... me->unlockInput(0);

Wed. June 15, 2005
8.0.273

Parm Callback functions that want to access the input geometry in SOPs now must lock the input rather than just calling inputGeo(). inputGeo() now returns 0 if the input hasn't yet been locked.

gdp = me->inputGeo(0, context);

should be changed to:

if (me->lockInput(0, context) >= UT_ERROR_ABORT)

return 0;

gdp = me->inputGeo(0, context); ... me->unlockInput(0);

Wed. June 15, 2005
8.0.273

Parm Callback functions that want to access the input geometry in SOPs now must lock the input rather than just calling inputGeo(). inputGeo() now returns 0 if the input hasn't yet been locked.

gdp = me->inputGeo(0, context);

should be changed to:

if (me->lockInput(0, context) >= UT_ERROR_ABORT)

return 0;

gdp = me->inputGeo(0, context); ... me->unlockInput(0);

Wed. June 15, 2005
8.0.273

Parm Callback functions that want to access the input geometry in SOPs now must lock the input rather than just calling inputGeo(). inputGeo() now returns 0 if the input hasn't yet been locked.

gdp = me->inputGeo(0, context);

should be changed to:

if (me->lockInput(0, context) >= UT_ERROR_ABORT)

return 0;

gdp = me->inputGeo(0, context); ... me->unlockInput(0);

Wed. June 15, 2005
8.0.273

The Basis SOP's Read Basis buttons once again work.

Wed. June 15, 2005
8.0.273

The Basis SOP's Read Basis buttons once again work.

Wed. June 15, 2005
8.0.273

The Basis SOP's Read Basis buttons once again work.

Wed. June 15, 2005
8.0.273

The Basis SOP's Read Basis buttons once again work.

Wed. June 15, 2005
8.0.273

The Basis SOP's Read Basis buttons once again work.

Wed. June 15, 2005
8.0.273

Fixed bug in the BlendShapes SOP that prevented the first input from being locked when difference mode was turned and the parameter for the first input's weight was deleted.

Wed. June 15, 2005
8.0.273

Fixed bug in the BlendShapes SOP that prevented the first input from being locked when difference mode was turned and the parameter for the first input's weight was deleted.

Wed. June 15, 2005
8.0.273

Fixed bug in the BlendShapes SOP that prevented the first input from being locked when difference mode was turned and the parameter for the first input's weight was deleted.

Wed. June 15, 2005
8.0.273

Fixed bug in the BlendShapes SOP that prevented the first input from being locked when difference mode was turned and the parameter for the first input's weight was deleted.

Wed. June 15, 2005
8.0.273

Fixed bug in the BlendShapes SOP that prevented the first input from being locked when difference mode was turned and the parameter for the first input's weight was deleted.

Wed. June 15, 2005
8.0.273

Fixed bug where the 2nd input in multi-input SOP was lost when its 1st input was re-connected and the 2nd input was a sub-network input. Also fixed a crash when reselecting the parent for a node in a subnet.

Wed. June 15, 2005
8.0.273

Fixed bug where the 2nd input in multi-input SOP was lost when its 1st input was re-connected and the 2nd input was a sub-network input. Also fixed a crash when reselecting the parent for a node in a subnet.

Wed. June 15, 2005
8.0.273

Fixed bug where the 2nd input in multi-input SOP was lost when its 1st input was re-connected and the 2nd input was a sub-network input. Also fixed a crash when reselecting the parent for a node in a subnet.

Wed. June 15, 2005
8.0.273

Fixed bug where the 2nd input in multi-input SOP was lost when its 1st input was re-connected and the 2nd input was a sub-network input. Also fixed a crash when reselecting the parent for a node in a subnet.

Wed. June 15, 2005
8.0.273

Fixed bug where the 2nd input in multi-input SOP was lost when its 1st input was re-connected and the 2nd input was a sub-network input. Also fixed a crash when reselecting the parent for a node in a subnet.

Wed. June 15, 2005
8.0.273

Fixed a small bug in the parmsheet tree view where turning off the filtered based culling could leave some tree nodes incorrectly selected.

Wed. June 15, 2005
8.0.273

Fixed a small bug in the parmsheet tree view where turning off the filtered based culling could leave some tree nodes incorrectly selected.

Wed. June 15, 2005