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

 From:  Max Smirnov (SMIRNOV)
5177.20 In reply to 5177.17 
I checked your file. Аll the same. I think that the easiest solution - turn the base circle.


>>What did you made at 0.012 ? Lines becomes points dashed
:)
code:
script:/* wireframe v1.0 */ var gd = moi.geometryDatabase; var so=gd.getSelectedObjects(); if (so.length>0) { so.setProperty( 'displayMode',1); so.setProperty( 'selected', 0); } else { gd.getObjects().setProperty( 'displayMode',0); }

This is another my script. I use it very often.
It switches selected objects to wireframe mode. If no objects is selected - it switches all hidden objects back.

P.S. I think I should make a website to share ALL my scripts with community :)

EDITED: 7 Mar 2022 by SMIRNOV