Heya, while investigating a separate issue on this thread I stumbled onto an issue where the thinInstanceCount for a clone can’t be set to any value except for zero. Here’s a simple PG to show the issue.
It looks like a simple way to fix it is to fall back on using the source mesh to compute the clone’s numMaxInstances value, like on this PR for example.