🦁 womblewiki : a barebones houdini reference 🤓
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
filter: all array channels combine control_flow convert crowds displace fuzzy_logic generic geometry globals hair labs math matrix noise patterns pyro quaternion sensor shaders shading shading_bsdfs shading_layers shading_utilities shading_uvs string
Absolute Computes the absolute value of the argument.
Add Outputs the sum of its inputs.
Add Constant Adds the specified constant value to the incoming integer, float,vector or vector4 value.
Arc Tangent(Atan2) ?
Average Outputs the average of its inputs.
Ceiling Returns the smallest integer greater than or equal to theargument.
Complement Computes the complement of the argument by subtracting the argumentfrom 1.
Cosine Performs a cosine function.
Divide Outputs the result of dividing each input value by the next.
Divide Constant Divides the incoming integer, float, vector or vector4 value by thespecified constant value.
Exponential Computes the exponential function of the argument.
Floor Returns the largest integer less than or equal to the argument.
Fraction Computes the fractional component of the argument.
Is Finite Returns 1 if the number is a normal number, ie, not infinite or NAN.
Is NAN Returns 1 if the number is not a number.
Logarithm Computes the natural logarithm function of the argument.
Maximum Outputs the maximum value from its inputs.
Minimum Outputs the minimum value from its inputs.
Modulo Computes the modulo of two values.
Multiply Outputs the product of its inputs.
Multiply Add Constant Will take the input value, add the pre-add amount, multiply by theconstant multiplier, then add the post-add amount.
Multiply Constant Multiplies the incoming value by a constant.
Negate Negates the incoming integer, float, vector or vector4 value.
Power Raises the first argument to the power of the second argument.
Quaternion Multiply Performs a quaternion multiplication with its two inputs.
Round to Integer Rounds the argument to the closest integer.
Sign Returns -1 if the input is less than 0, otherwise it returns 1.
Sine Performs a sine function.
Square Root Computes the square root of the argument.
Subtract Outputs the result of subtracting all its inputs.
Subtract Constant Subtracts the specified constant value from the incoming integer, float,vector or vector4 value.
Tangent Performs a tangent function.
Trigonometric Functions Performs a variety of trigonometric functions.