A Simple Script to Scatter Circles without Collision with (Time/Tries/Count) Limits .

UPDATE 1 :
- Add Circular Scatter .
Script
By obaida · Credited author: Obaida · 2022-06-19
A Simple Script to Scatter Circles without Collision with (Time/Tries/Count) Limits .

UPDATE 1 :
Tags: scatter, circle, shape, collision
.
jahman · 2022-06-19
check out variable radius poisson disc algorithm, it might help you to make it work for large circle count
Thanks jahman .
obaida · 2022-06-19
Thanks jahman , the Printing has a Big impact on the performance so its much faster without it , but yes its not meant to be used with very large area .
and Thanks for the Link (Even if I didn't Get how to implement it on the Script :) .