Close

Experimental:Cache Select POP

Summary

The Cache Select POP takes a reference to a Cache POP and outputs one of its cached data sets based on the Cache Index parameter. A Cache Index value of 0 outputs the Cache POP's current frame's data, -1 outputs its previous cached data (the second newest set), and so on. So the values you provide for index are negative integers and 0. Indexes that are out of range are clamped to be the Cache POP's -(Cache Size-1), and 0.

See also: Cache POP, Cache Blend POP

PythonIcon.pngcacheselectPOP_Class


Parameters - Cache Select Page

Cache POP cachepop -

Cache Index index -


Parameters - Common Page

Bypass bypass -

Delete Input Attributes delinputattrs -


Info CHOP Channels

Extra Information for the Cache Select 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: