[REQ] Grasshopper for Sketchup
-
OK ... WE KNOW history modelling is not possible easily .. but it could be good to have a tool that makes a ruby code with grasshopper UI .. and then we press GENERATE button and run it .. mot desired model ? .. delete it .. edit GUI tool .. then run resulted script again ... not good? .. try agane ... This method for programming is muchbetter than writhing characterless in notepad++ expert ruby experts ...
And we know it's not possible to change the free SU te be something like $$Rhino , it's core is much more complex than SU and all of our ruby plugins is its default tools ... but we should not surrender ... the TBS's tool mentioned in above commands is a very good start ... then we can make a HTML5 based UI for it ... isn't it ?
the basic parts is :
A set of sub plugins as components ... for example we could start by something like "make line" , "pushpul" ...th let users make their simple plugins . is OK for start .. one baseic features in rhino is NURBS .. we know we could't have NERBS until the release of thomthom's commercial plugin .. when ut released we could add the "make nurbs " component .. all is needed is call its moduls and classes ... so we could make this plugin as a intermadiat tool .. something that loads at the end of outher plugins and collects added ruby commends ... and makes a HTML5 GUI for " rubby console " ..i wish this GUI Rubby Console will be added to our SU ..
for examlpe the first image in the first line ... the alghorithm that kakes this complex model is :
1 user makes a manual curves .. by SDS , curvyloft ,etc .
2 user builds GUI coomand to make a bube that uses TIG's silser .. or copy's some faces in a section destanse .. runs PP lots of time , or JPP ...
3 user makes a curvy cutted faces by manual ..
4 user builds GUI coomand to add Cpoints and make some random circles around them ... then Line2tubes ...
it's not an impossible tast ba ruby scripts ... but SU users prefer to do all of these tasks manually becouse they fear codes and rubby console .. we could show them a shortcut not to do all of these REPETITIOUS jobs -
@the.pjt said:
OK ... WE KNOW history modelling is not possible easily .. but it could be good to have a tool that makes a ruby code with grasshopper UI .. and then we press GENERATE button and run it .. mot desired model ? .. delete it .. edit GUI tool .. then run resulted script again ... not good? .. try agane β¦
that's already possible with dynamic components.. the major letdown however is that you can't create faces with a dynamic component and/or you can't change the shape of a face other than scaling it.
@unknownuser said:
the basic parts is :
A set of sub plugins as components ... for example we could start by something like "make line" , "pushpul"again.. this could work in dynamic components as well.. you can have all the sub-components inside the model already.. they would just remain hidden until called upon.
i'm just pointing out that dynamic components is already capable of some grasshopper type features.. and, as far as i know, DCs are written in ruby?
so, it's possible for extended capabilities & better user interaction but i also think the SU developers would have to play a key role in making this happen.. it would be a huge undertaking to the point where trimble would be paying at least one person to only work on this feature.. i don't think someone without access to core sketchup could really pull this off..
i've talked to jbacus (online) a couple of times about extended DC capabilities and he never seemed too into it.. pretty much saying 'no.. not gonna happen.. ever"
-
or wait.. maybe you're saying something a little different than i originally read?
a user interface that makes it easier to enter variables and whatnot.. then that info generates a ruby which is then run.
that's a cool idea too.. still a huge task
-
If this topic is still relevant to you, have a look here:
http://sketchucation.com/forums/viewtopic.php?f=179%26amp;t=58195
-
It is going to be available soon!
https://www.youtube.com/watch?v=xQOgv2OedJM -
Interesting! But in the video it looks like it's "only" a bridge between Rhino and SU and grasshopper is still running in Rhino. Right?
Is it possible to sync every geometry or only grasshopper generated stuff? Rhino "inside" SU would be interesting too... -
-
Any further news / development on this ?
-
https://www.floodeditor.com and you obtain an STL file!
-
Is this what you were talking about?
http://sketchucation.com/forums/viewtopic.php?f=80%26amp;t=64302
Advertisement