Welcome to Human for Grasshopper!
Because humans are animals too!
Any similarity to my own name is, of course, a pure coincidence.
What does it do?
There are two sets of components with different functions:
Human.gha
Extends Grasshopper's ability to create and reference geometry including lights, blocks, and text objects. Also enables access to information about the active Rhino document, pertaining to materials, layers, linetypes, and other settings.
Includes the following components:
(Those in bold are new components with this release.)
TreeFrog.gha
This add-on includes a set of components to aid in the advanced manipulation of data tree structures.
Includes the following components:
I'd also like to acknowledge the creators of Horster Reference, the first Grasshopper add-on to expose advanced reference functionality. These components definitely build on the work they have done, although they take a slightly different approach.
To install:
Hello,
I've been looking around for a while, and so far I can't find any existing component that will tell me the GUID of specific Block objects in Rhino. Since Human has the best block-referencing tools I've seen so far, I was wondering if there was some way to take the "Rhino.DocObjects.InstanceObject" information from the Objects by Selection component, feed it into a magical script box that I don't yet have the knowledge to write myself, and have that output the GUIDs for those specific blocks. If so, I'd love to see an example. ;P
Gwendolyn
Or actually, now that I'm pondering on it more, it would be fabulous to be able to obtain any geometry's GUID through the Human Objects by Selection > Object Attributes workflow, not just blocks, (though I am specifically interested in blocks.)
Jun 22, 2016
Andrew Heumann
The attached script should let you get the GUID from any geometry passing through any of the Human reference workflows. In *most* cases you can just cast a referenced geometry type to GUID by passing it through a GUID parameter - but in the case of natively unsupported types like Blocks a little C# script is necessary.
Jun 22, 2016
Michael Dubby
Many people shared stories about how https://www.predictablemastery.com/ made them truly surprised. Audiences talked about simple techniques that helped them accomplish things they thought were too hard. They described moments of real excitement and clear progress that they hadn’t seen before. These personal accounts show how straightforward changes can lead to big reactions from others, and how everyday users felt proud of what they achieved after trying new approaches shared on the site.
8 hours ago