I don’t know if there are specific categories tags, but I usually post under Grasshopper Developer with tags that relate to the relevant components/languages. See e.g:
Hi All,
I find myself often manually dragging the width of sliders to their minimum. This is getting a bit old, so of course I’m trying to script it. As far as I can tell the slider property one needs to manipulate is probably Slider.Rail.Width or Slider.Rail.Size.Width. However I’m not having any luck with either, following the forum pattern for e.g. setting the slider value:
221109_SetSliderRailWidth_00.gh (2.7 KB)
Any ideas would be much appreciated in any language.
Best,
Ande…
Hi @eirannejad ,
I just noticed that the default type hint in the new script editor (CPython and IronPython) unfortunately has been changed back from No Type Hint to ghdoc Object. We had a four year long discussion about this topic for GHPython back here:
In brief, I’d much prefer if either (in order of preference):
The default type hint was No Type Hint.
There was an option to set the default type hint (e.g. under Grasshopper menu).
The GHPython neighbour inheritance behaviour (is clunky, …
But whatever works