algorithmic modeling for Rhino
Tags:
Hi Damien,
nice work! Did you know you can access the thumbnail image of each document via the GH_Document.Thumbnail property*? You could then use a ListView control (Large Icon view) which has the images and the filenames to replace your current ListBox with filepaths.
--
David Rutten
david@mcneel.com
Poprad, Slovakia
* please don't Dispose() this image or you'll screw me over royally
Not sure if it is related to your plugin, but I was running fine with it installed and today I couldn't get Grasshopper to start and was getting the attached dialogs.
I shutdown Rhino, changed the extension on the rhp to xrhp, started Rhino back up and Grasshopper started up as normal.
Well, I needed a quick and dirty way to load GH, since my plug-in would crash if GH wasn't loaded (that's failing gracefully for you). Anyway, my quick work around was to run the following macro before I tried to access any of the GH resources, which basically loads GH, but doesn't show the Editor....
-_Grasshopper _Editor _Load _Enter
Those error messages don't look like anything related to my plug-in, but it looks as though the error messages are related to the Editor not being shown. That's my best guess at least, but I'm usually wrong.
Damien,
you can run a less 'severe' command as well. For example _GrasshopperBake. This will cause the plugin to load as well, but without all the secondary loading.
--
David Rutten
david@mcneel.com
Poprad, Slovakia
Is that the only user component you have loaded or are there still others. I cannot imaging it is this single component that is doing the damage as it is very simple User code:
A = angle * (math.PI / 180)
Print("A=" & A)
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by