[Question] How to disable Grasshopper Solver by default?

Hello,

You could change your Grasshopper button command to :

! _Grasshopper
_-RunPythonScript (
import Grasshopper
Grasshopper.Kernel.GH_Document.EnableSolutions=False )
3 Likes