Houdini 13.0 Nodes

interface version 1

Enhanced version of the original SOP node with the same name.

This OP moves (displaces) geometry points by a specified distance along their normal vectors.

Parameters

Group

A point group or selection to work with.

Display Guide Geometry

Shows the original (non-displaced) geometry as guide.

Pre-Compute Normals

Compute default geometry per-point normal vectors before the operation.

Vector Attribute

This parameter allows to use another attribute than N for the displacement. (It should be a per-point vector attribute.)

Distance

Distance of the point displacement.

Scale Attribute

An optional scale (or weight) attribute. The value of this per-point attribute is multiplied with Distance above when calculating the actual displacement length.

Post-Compute Normals

(Re-)compute default per-point normal vectors for the geometry after the operation.

Release Notes

interface version 1

2014-03-02
  • UI enhancements (uses weight builder and related UI components now)

2013-08-03
  • Fix that hopefully removes any N attribute-related issues (doesn’t generate if it’s not there, don’t delete if exists).

2013-03-20

Fix: Doesn’t generate N attribute if not requested (this was an old H11-ism).

older versions

Version 0.0.2

On this page

Related topics