Experimental:Cache Blend POP
Summary
The Cache Blend POP takes a reference to a Cache POP and outputs a blend of its cached data sets based on a Cache Index parameter and the Cache Weight parameter of the each of the sequential blocks.
The blend is done on each point separately, so the results of one point is not affected by any other point.
This is useful for doing time-blurs of geometry data, and calculating slope or speed of a point (assuming the number of points in the input is not changing).
A Cache Index value of 0 blends the Cache POP's current frame's data, -1 blends in its previous cached data (the second newest set), and so on.
The weights are normalized.
See also: Cache POP, Cache Select POP, Blend POP
Parameters - Cache Blend Page
cachepop
-
cache
-
cache0index
-
cache0weight
-
Parameters - Common Page
bypass
-
delinputattrs
-
Info CHOP Channels
Extra Information for the Cache Blend POP can be accessed via an Info CHOP.
Common POP Info Channels
Common Operator Info Channels
- total_cooks - Number of times the operator has cooked since the process started.
- cook_time - Duration of the last cook in milliseconds.
- cook_frame - Frame number when this operator was last cooked relative to the component timeline.
- cook_abs_frame - Frame number when this operator was last cooked relative to the absolute time.
- cook_start_time - Time in milliseconds at which the operator started cooking in the frame it was cooked.
- cook_end_time - Time in milliseconds at which the operator finished cooking in the frame it was cooked.
- cooked_this_frame - 1 if operator was cooked this frame.
- warnings - Number of warnings in this operator if any.
- errors - Number of errors in this operator if any.
TouchDesigner Build: