mishaelnuh / RodSteward-GH

Grasshopper Implementation of RodSteward
11 stars 0 forks source link

Installation Problems #10

Closed RazK closed 3 years ago

RazK commented 3 years ago

Hey!

I'm Raz, a computer science + design student from Israel. I'm trying to use your cool library for a project I'm working on in my design degree, but with no success.

I downloaded the latest release, unlocked the zip, and extracted the files to a 'RodSteward' folder I created inside Grasshopper's Components folder (That's the typical install process, I followed it because your README did not mention any specific install details...) However, it seems like the library was not correctly installed:

image

Will you help me get this working? I'll mention you in any future publication of the project, of course :)

Thanks! Raz Karl www.razkarl.com 

RazK commented 3 years ago

@mishaelnuh

RazK commented 3 years ago

Problem solved! It seems that all I had to do is manually go over all the files extracted from the .zip and unblock them one by one. image

This is a bit odd since I unblocked the .zip file before extracting it... But now everything works! I'm off to explore the library, looks very cool so far :)

image

hakrek commented 3 years ago

@RazK Hi! I'm having the same issue when trying to install for Rhino 6 (Windows), but following what you described above as your solution I couldn't make it work.. :'( From what I understand, you extracted the RodSteward .zip file into the GH Components folder (without unblocking the downloaded .zip file first) and then proceeded to manually unblock all the blocked files that resulted from extracting, am I right? After that did you get the RodSteward plugin to appear on your GH plugins bar? Because I'm not getting it..

Could you please specify if there were any other steps involved or if there's something more I'm missing? thanks a lot!!

mishaelnuh commented 3 years ago

Hi @hakrek. I'd suggest unblocking both the zip and the files inside and seeing what happens. Alternatively, I found this post about automatic unblocking GH plugins using a C# block: https://www.grasshopper3d.com/m/blogpost?id=2985220%3ABlogPost%3A1345130. Perhaps that may help.

Hope that helps!

hakrek commented 3 years ago

@mishaelnuh thanks for your comment! So far I've tried: -unblocking the .zip file and then extracting its contents to the Components (when I tried unlocking them too the option was not there)

None of it has worked so far. I tried both in Rhino 6 and 7 (Evaluation version) both in Windows. :'(

any other ideas? could you describe me the steps I should follow? or provide a screenshot of how the component would look when its installed in GH?

mishaelnuh commented 3 years ago

I've tried re-installing and these steps seem to work:

Here are some screenshots of this: image image image

hakrek commented 3 years ago

@mishaelnuh thank you so much for the detailed response! The strange part is that I don't even find a RodSteward.gha file in the folder after extraction...Am I doing something wrong from the very start? The .zip file I am downloading is the one from this section of your github page: Screenshot_1

is this correct? if not please send me the .zip file I should be using!

mishaelnuh commented 3 years ago

@hakrek the plugin file is actually in the releases page: https://github.com/mishaelnuh/RodSteward-GH/releases. If you go to assets under the latest release you'll find the zip file. The zip you've downloaded is for the source code and if you wish to compile the plugin manually.