SpherePoints Script, evenly (more or less) distributed points on a sphere, by Golden Section Spiral

 From:  Max Smirnov (SMIRNOV)
5177.11 In reply to 5177.10 
Thank you, Brian.

>> I've got to study this, in order to try to adapt some other scripts to this faster method.
It's easy. You need to move all geometry active functions to .htm (especially functions with loops). It's no need to move all functions. But you must be careful when you place heavy functions in htm. If you run such a function, it causes MoI to hang until calculations is finished. So I prefer to send data to function part by part. In addition I use progress bar.
Like this:


Also in SpherePoints script I changed a method that creates points and lines. I don't like a huge pile of factories, so now this script generates objectlist directly, using only one factory.

>> How did you learn to program so good?
:)) Programming is my hobby for the last 25 years (but it's not my only hobby :). I'm not a professional programmer or 3D designer.

EDITED: 7 Mar 2022 by SMIRNOV