ghpython icon indicating copy to clipboard operation
ghpython copied to clipboard

A Grasshopper component for Rhino.Python

Results 23 ghpython issues
Sort by recently updated
recently updated
newest added

Grasshopper Errors should be raised as exceptions inside the ghpythonlib.components library

The second output name for SortList is _1. See if there is a way to tune this up so a better name is created

bug

ghpythonlib components should list user objects. This includes User objects containing ghPython scripts, like LadyBug http://discourse.mcneel.com/t/new-ghpython-with-node-in-code-and-multi-threading/4499/7

" I tried using CustomPreview (ghcomp.CustomPreview(geometry=Geometry,shader=colors) but I didn't get it to work." http://discourse.mcneel.com/t/new-ghpython-with-node-in-code-and-multi-threading/4499/7

Add the ability to convert a ghpython script into a stand-alone grasshopper component

wish

I was wondering if it is possible to write codes in an exterior editor like vim or emacs? The original editor is quite not friendly to use.

Add built-in variable for ghpython scripts to access Grasshopper.Kernel.IGH_ActiveObject. This allows for access to the same bits and pieces that VB/# scripts have access to in grasshopper. See the DottetLine.gh...

http://www.grasshopper3d.com/forum/topics/gh-python-component-why-the

wish

In the C# and VB.NET scripting components, it is possible to include functions below the main script, in the editor, and to collapse these code blocks. It would be really...

wish

How would I create these datatypes in GhPython to output as the native Grasshopper datatypes? 1) Box - should we marshall an rs.Addbox result into a Box type? 2) Rectangle...