Houdini Main Changelogs

6.0.201

Deform COP now takes an additional (optional) input for the deform plane.

Tue. February 4, 2003
6.0.201

Deform COP now takes an additional (optional) input for the deform plane.

Tue. February 4, 2003
6.0.201

Deform COP now takes an additional (optional) input for the deform plane.

Tue. February 4, 2003
6.0.198

Added the vex SOP context functions getneighbourcount and getneighbour which allow the querying of connected points. A simple smooth vex sop is thus:

sop smooth() { int i, numconnect, connectpt; vector total = 0.0, np;

numconnect = getneighbourcount(ptnum, 0); for (i = 0; i < numconnect; i++) { connectpt = getneighbour(ptnum, i, 0); import("P", np, 0, connectpt); total += np;

} total /= numconnect; P = total;

}

Mon. February 3, 2003
6.0.198

Added the vex SOP context functions getneighbourcount and getneighbour which allow the querying of connected points. A simple smooth vex sop is thus:

sop smooth() { int i, numconnect, connectpt; vector total = 0.0, np;

numconnect = getneighbourcount(ptnum, 0); for (i = 0; i < numconnect; i++) { connectpt = getneighbour(ptnum, i, 0); import("P", np, 0, connectpt); total += np;

} total /= numconnect; P = total;

}

Mon. February 3, 2003
6.0.198

Added the vex SOP context functions getneighbourcount and getneighbour which allow the querying of connected points. A simple smooth vex sop is thus:

sop smooth() { int i, numconnect, connectpt; vector total = 0.0, np;

numconnect = getneighbourcount(ptnum, 0); for (i = 0; i < numconnect; i++) { connectpt = getneighbour(ptnum, i, 0); import("P", np, 0, connectpt); total += np;

} total /= numconnect; P = total;

}

Mon. February 3, 2003
6.0.198

Added the vex SOP context functions getneighbourcount and getneighbour which allow the querying of connected points. A simple smooth vex sop is thus:

sop smooth() { int i, numconnect, connectpt; vector total = 0.0, np;

numconnect = getneighbourcount(ptnum, 0); for (i = 0; i < numconnect; i++) { connectpt = getneighbour(ptnum, i, 0); import("P", np, 0, connectpt); total += np;

} total /= numconnect; P = total;

}

Mon. February 3, 2003
6.0.198

Added the vex SOP context functions getneighbourcount and getneighbour which allow the querying of connected points. A simple smooth vex sop is thus:

sop smooth() { int i, numconnect, connectpt; vector total = 0.0, np;

numconnect = getneighbourcount(ptnum, 0); for (i = 0; i < numconnect; i++) { connectpt = getneighbour(ptnum, i, 0); import("P", np, 0, connectpt); total += np;

} total /= numconnect; P = total;

}

Mon. February 3, 2003
6.0.198

A bug with the connectivity calculation in the smooth operation in the Sculpt SOP has been fixed. This will cause smoothing of edges of grids/nurbs to work better, and smooth of polygons to also be more correct.

Mon. February 3, 2003
6.0.198

A bug with the connectivity calculation in the smooth operation in the Sculpt SOP has been fixed. This will cause smoothing of edges of grids/nurbs to work better, and smooth of polygons to also be more correct.

Mon. February 3, 2003
6.0.198

A bug with the connectivity calculation in the smooth operation in the Sculpt SOP has been fixed. This will cause smoothing of edges of grids/nurbs to work better, and smooth of polygons to also be more correct.

Mon. February 3, 2003
6.0.198

A bug with the connectivity calculation in the smooth operation in the Sculpt SOP has been fixed. This will cause smoothing of edges of grids/nurbs to work better, and smooth of polygons to also be more correct.

Mon. February 3, 2003
6.0.198

A bug with the connectivity calculation in the smooth operation in the Sculpt SOP has been fixed. This will cause smoothing of edges of grids/nurbs to work better, and smooth of polygons to also be more correct.

Mon. February 3, 2003
6.0.198

Removed the creation of the three default SHOPs when starting Houdini.

Mon. February 3, 2003
6.0.198

Removed the creation of the three default SHOPs when starting Houdini.

Mon. February 3, 2003
6.0.198

Removed the creation of the three default SHOPs when starting Houdini.

Mon. February 3, 2003
6.0.198

Removed the creation of the three default SHOPs when starting Houdini.

Mon. February 3, 2003
6.0.198

Removed the creation of the three default SHOPs when starting Houdini.

Mon. February 3, 2003
6.0.198

Added XOR operation to the composite and layer COPs.

Mon. February 3, 2003
6.0.198

Added XOR operation to the composite and layer COPs.

Mon. February 3, 2003
6.0.198

Added XOR operation to the composite and layer COPs.

Mon. February 3, 2003
6.0.198

Added XOR operation to the composite and layer COPs.

Mon. February 3, 2003
6.0.198

Added XOR operation to the composite and layer COPs.

Mon. February 3, 2003
6.0.198

Name Highlights option for network display has been enhanced to include upto three highlight options at the same time.

Mon. February 3, 2003
6.0.198

Name Highlights option for network display has been enhanced to include upto three highlight options at the same time.

Mon. February 3, 2003