🦁 womblewiki : a barebones houdini reference šŸ¤“

labs overview sop

nodes chop cop2 dop lop obj out shelf sop top vop

simulation FEM RBD crowds dynamics fluids grains hair other particles pyro vellum

coding bash groups hscript python vex


cop2

filter: all color comps effects export import keying matte pixelop timing transform utility vex view


comps

Add Adds two images together.

Anaglyph Creates an anaglyph from a pair of input images.

Atop Composites the first input (Foreground) over the second (background),but only where the background alpha exists.

Average Averages the foreground image and the background image.

Blend Blends frames from two sequences together using a simple linearblend.

Composite Does a composite (over, under, inside, add, etc) between twoimages.

Diff Computes the difference between the foreground image and thebackground image.

Inside Restricts the foreground color to the area of the background’s alphamatte.

Layer Layers a series of inputs together by compositing them one by one onthe background image (input 1).

Max Outputs the maximum value of the foreground and background images foreach pixel, which tends to lighten the image.

Min Outputs the minimum value of the foreground and background images foreach pixel, which tends to darken the image.

Multiply Multiplies the foreground image with the background image.

Outside Restricts the foreground color to the area outside of thebackground’s alpha matte.

Over Composites the first input (Foreground) over the second(background).

Screen Adds two images together, saturating at white like photographicaddition.

Subtract Subtracts the foreground image from the background image.

Under Composites the first input (Foreground) under the second(background).

Wipe Does a wipe between two input sequences.

Xor Makes two elements mutually exclusive; if their alpha mattes overlap,the overlap is removed.

Z Composite ?