12-09-2023, 04:53 AM
I have a pretty simple particles setup where I have a camera moving through the volume of plankton particles. I have a big volume for particles but I use two Camera Cull operators - one in Frustum cull mode, another in Distance cull mode. I wish I had to activate them both in one operator but since only one mode could be selected I use two Camera Cull operators for both modes. Everything works fine as intended in viewport and render but when I try to export particles to tyCache only first in order Camera Cull operator works for export, second Camera Cull doesn't make any effect for exported particles.