A collection of tools, operators and examples for SideFX Houdini that helps the production of 3D procedural content. Here you are going to find:

If you want to know more, please consider vising the repository.

1. Python Operators

Pieces of Python code that can ben used in the production of digital assets or in Python nodes (mainly in geometry context).

Curve Frame PT

Generates normal vector of a curve, based on the parallel transport method and Frenet-Serret frames.

View code

Nearest Neighbors Connection

Makes a polyline connection with all the points whose distance is less than the parameter radius.

View code

Position to Velocity

Produces a velocity vector attribute based on the positional differentiation of two object points.

View code

Smooth Attribute Transfer

Transfers attributes smoothly by considering distances and parameters for radial based functions.

View code