The Cache POP
does not currently include a parameter like the Always Cook
toggle. I believe it would be great if it could support similar functionality and behavior as the Cache TOP
.
This would help create a cleaner initialization logic for physics simulations — for example, when certain attributes need to be precomputed but shouldn’t be recalculated every time the input updates, since that computation may be heavy. At the same time, it would still allow users to update other attributes for use in a feedback loop within the same input.
(While it’s possible to design multiple inputs to separate out attribute updates, we generally prefer to keep the node network as simple and clean as possible.)
ref: Cache POP pre fill
Thank you for the continued development. This may already be on the RFE list, but I believe it’s still worth sharing the feedback.