Message 1 of 1
Prevent hidden gpuCache to load abc cache

Not applicable
02-03-2020
11:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I noticed that gpuCache nodes load abc caches even if they are hidden?
Is there a way to prevent this? I need that memory space that is occupied by hidden caches 🙂
One solution I see is that the memory is freed if I clear the cacheFileName attribute.
I managed to create a graph using choice node to clear cacheFileName
when gpuCache is hidden and fill it with the abc path when it's visible.
Yeah it can work...but can't handle the situation if any of the gpuCache ancestors are hidden.