Houdini Main Changelogs

8.0.273

Channels and groups may be dragged into the scoped parameters list to be appened to the scope. Note, the parameter value fields have their own drop context so the group/channel must be dragged somewhere else to have it scope (eg. name or pin column, or empty space).

Wed. June 15, 2005
8.0.273

Channels and groups may be dragged into the scoped parameters list to be appened to the scope. Note, the parameter value fields have their own drop context so the group/channel must be dragged somewhere else to have it scope (eg. name or pin column, or empty space).

Wed. June 15, 2005
8.0.273

Channels and groups may be dragged into the scoped parameters list to be appened to the scope. Note, the parameter value fields have their own drop context so the group/channel must be dragged somewhere else to have it scope (eg. name or pin column, or empty space).

Wed. June 15, 2005
8.0.273

Fixed a bug where the master take data was not saved for a locked OTL node when saving a hip file in another take. This bug was introduced when takes were modified to allow changing the contents of locked assets.

Wed. June 15, 2005
8.0.273

Fixed a bug where the master take data was not saved for a locked OTL node when saving a hip file in another take. This bug was introduced when takes were modified to allow changing the contents of locked assets.

Wed. June 15, 2005
8.0.273

Fixed a bug where the master take data was not saved for a locked OTL node when saving a hip file in another take. This bug was introduced when takes were modified to allow changing the contents of locked assets.

Wed. June 15, 2005
8.0.273

Fixed a bug where the master take data was not saved for a locked OTL node when saving a hip file in another take. This bug was introduced when takes were modified to allow changing the contents of locked assets.

Wed. June 15, 2005
8.0.273

Fixed a bug where the master take data was not saved for a locked OTL node when saving a hip file in another take. This bug was introduced when takes were modified to allow changing the contents of locked assets.

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

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