Grasshopper

algorithmic modeling for Rhino

Hi All,

 

an incremental update is available. THIS WON'T RUN ON RHINO5 UNTIL THE NEXT R5 WIP GOES OUT!!!!

  • Improved Drag+Drop GUI for gh and ghx files.
  • Added undo recording to Curve Point Component drags.
  • Added Ctrl+Enter and Shift+Enter overloads for setting persistent data via parameter menus.
  • Slider Animations can now be aborted with Escape.
  • Added non-functional Manage-List GUI to the Generic parameter.
  • Added more smarts to the automatic cluster input/output lists.
  • Added Ctrl+W shortcut to Close document menu item.
  • Explode Tree component now uses base-zero numbering in the output.
  • Arc3Pt and ArcSED components now output lines if the input is co-linear.
  • Fixed sticky settings not being recorded when Rhino is shut down while Grasshopper is still running.
  • Fixed a bug with Curve -> Interval auto-casting.
  • Fixed tooltips showing for hidden widgets.
  • Fixed a bug with Cluster output parameter sorting.
  • Boxes would not bake if the axis intervals were reversed, this is fixed.

I'll be travelling for the next week or so, stopping at the Automatic Architecture Event in Delft. 

 

If you need to revert to Grasshopper 0.8.0003, download the installer here.

 

--

David Rutten

david@mcneel.com

Seattle, WA

Views: 4189

Replies to This Discussion

Hi David,

 

It's probably not a biggie, but the Clusters are still little shaky! At creation every input is creating a connection to the canvas 0,0 as you can see in the image below.

 

 

After saving the connections are gone!

 

Best regards

//A

Does this release include the Torsion component for use with Rhino 4? I looked but couldn't find it. =/

hi I have an new error

c#

Rhino.Geometry.Curve curve_temp = new Rhino.Geometry.Curve(); --->  access to security level denied...

Rhino Version 5.0 21.dec.2010

grasshopper dec 10 2010 0.8.0004

 

this worked before and i have administrator rights to software... with best regards michael

I installed 0.8.0004 today and I'm seeing some massive slowdown whey I change some parameters on my definition. Changing a number in a slider it taking up to 1 minute to update.

 

Anybody else seeing this?

 

Running also on yesterday's new build of Rhino V5 X64

hehe, never mind, I think this build is fine. I just realized that I'm making larger models now based on my original definition and the output is over 130K curves.

 

My impatience reminds me of this: http://www.youtube.com/watch?v=8r1CZTLk-Gk#t=1m26s

 

 

Wish: I get a little lost in the Graph mappers. Would it be possible to make the "0" line darker?  Ideally also show numbers on the X and Y axes. Thanks!

Wish: Polyline option for GraphMapper (with variable number of segments). Also Curve by control points or interpolation could be useful. Thanks!

I second this, wholeheartedly!  I've been wanting curve by control points for a long time.  Constrained Bezier that allows user-defined points mid-curve would be nice as well.


Hi David

i found a bug in your SurfaceLineIntersect

in the foreach loop you have written: 

foreach (Point3d pointd in intersectionPoints)
{
double num3;
double num4;
destination.Face.ClosestPoint(intersectionPoints[0], out num3, out num4);

correction:

destination.Face.ClosestPoint(pointd, out num3, out num4);

best

to]

remote control is deactivated currently,.... will be rewritten

Who, what and where?

Who do you require it from, what sort of help and where is the file?

Hi Avinash,

 

Have a look at the attached definition. it uses the Horizontal Frames component to generate Planes at the target locations you want on the curve which are already aligned with the curves direction. Then you can use the Orient component to move the object from the origin to each location.

 

Attachments:

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service