git.lucas.co / hou-control
git clone https://git.lucas.co/hou-control.git

help/nodes/sop/shapeshifter_scalar_analysis-1.0.txt (868B)

 1 Shapeshifter Scalar Analysis 1.0
 2 
 3 Summary
 4 
 5   This node analyzes certain properties of scalar attributes.
 6 
 7 Inputs
 8 
 9   1
10     - Contemporary data
11 
12   2
13     - Frame input data
14 
15 Parameters
16 
17   Attribute - The scalar attribute to analyze properties of.
18 
19   Global Folder
20 
21     Min
22       - Reports the lowest value of the specified attribute.
23 
24     Max
25       - Returns the highest value of the specified attribute.
26 
27     Sum
28       - Returns the attribute's summation.
29 
30     Average
31       - Returns the average value of the attribute.
32 
33     Ratio
34       - Reports the summation of the attribute divided by the number of data points.
35 
36     Spread
37       - Reports the difference between the highest and lowest values.
38 
39 	Point Folder
40 
41 	  Direction
42         - An integer attribute indicating whether the value per
43 	  point has increased, decreased or not changed since the previous
44 	  frame.