Grasshopper

algorithmic modeling for Rhino

Important. You need recent Microsoft C++ runtimes in order to run this version of Grasshopper. You can download them here.

A new release is available for download from the usual location. This release mainly features a set of bug fixes. Not all reported bugs in 0.8.0065 and earlier have been fixed. OffsetCurveOnSurface and Brep internalisation is still buggy.

List of features and fixes:

  • VB and C# script components now have 'Destroy Caches' menu item that erases all recorded compiler data.
  • VB and C# script components now also cache compiler errors and warnings.
  • VB and C# script component code editor now caches the 10 most recent source codes.
  • Mesh Volume computation was broken on Rhino4, this is fixed.
  • VB and C# scripts would not update on parameter addition or removal, this is fixed.
  • Similarity component did not work well with negative numbers, this is fixed.
  • Display adjustment for curves was not working, this is fixed.
  • VB/C# script code changes were delayed until after autosave, this is fixed.
  • VB/C# scripts would not be re-evaluated after certain breaking changes, this is fixed.
  • VB/C# script editor would not save the code when the target object has been modified, this is fixed.
  • Rail Revolution component did not work, this is fixed.
  • Changing expressions on output parameters did not result in an update, this is fixed.
  • Changing Normalise flags on curve output parameters did not result in an update, this is fixed.
  • Changing Normalise flags on surface output parameters did not result in an update, this is fixed.
  • Changing Unitize flags on vector output parameters did not result in an update, this is fixed.
  • Changing Invert flags on boolean output parameters did not result in an update, this is fixed.
  • Undo/Redo events that affect output parameter post processes would not cause updates, this is fixed.
  • Script components in User Objects and Clusters were not deserializing correctly, this is hopefully fixed.
  • GH/GHX document ids were not deserialized, this is fixed.
  • User Objects with an unset subcategory caused a failure in the Ribbon, this is fixed.
  • Radial Grids would omit the row of points along the boundary of the grid, this is fixed.

--

David Rutten

david@mcneel.com

Poprad, Slovakia

Views: 15296

Replies to This Discussion

Ah thank you! I just couldn't find it anywhere!

Just found out, I can only set alias if the Icon is selected in the Panel directly. If I click the Panel to drop down , its not possible to set an alias.
By the way, would it be possible to export all alias as a text file?
Best, Phillip

Anyone thinks a fixed command line would make sense? ...

Rhino already has a command line. I'm not sure it's a good idea to have two command lines in one application. Rhino has thousands of commands, Grasshopper has a few dozen at best, it seems to be the menu with shortcuts is good enough a system for the time being.

--
David Rutten
david@mcneel.com
Poprad, Slovakia

Yeah, I probably should make it work on dropdown items too. I can certainly save and load aliases from a textfile. That's pretty trivial. I'll try and get it into the next version.

--
David Rutten
david@mcneel.com
Poprad, Slovakia

Hi David,

is it a possible to add a boolean operators like as OR, AND, NOR etc. in the Expression Editor. It would be helpfull. For example :

 If ( (x<y)AND(x>z),TRUE,FALSE )

 If ( (x>y)NOR(x<z), x+0.5, x )

Best regards

Hi all,

Yes it would be really interesting.

Regards

And, Or and Not are already supported. I can add Xor, Nor, Nand etc. as well.

--

David Rutten

david@mcneel.com

Poprad, Slovakia

(x < y) And (x > z)

already works.

--

David Rutten

david@mcneel.com

Poprad, Slovakia

Thanks

Hi David,

typing "-x<0<y" , would create a subtraction instead of a slider.

...

Best,

Phillip

To get around this you can type the full shortcut

Slider=-<x<0<y

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service