algorithmic modeling for Rhino
Version 0.8.0051 is now available for download from the usual location.
Note that you need the most recent Microsoft Runtimes to be able to load Grasshopper in Rhino4. You can download the latest runtimes from the Microsoft Website, and be sure to get the 32-bit ones (vcredist_x86.EXE).
This release mainly features bug fixes and small tune-ups. The only major addition is a second solver for Galapagos, modelled on the Simulated Annealing stochastics/meta-heuristics approach.
Here's a full list of new features since 0.8.0050:
And a list of bug fixes:
And as always, let's be careful out there.
--
David Rutten
david@mcneel.com
Poprad, Slovakia
Tags:
Hi all,
Does anyone have (or compiled) a zip package of 0.8.0051 for installation without admin rights?
Cheers
Victor
Hi David,
Another great update, but a couple bugs:
- Something is causing the tooltips to stop showing up when floating over a component.
- Data coming out of an F2 component with a path of {} (is that normal?)
- Something preventing esc and spacebar from canceling and executing Rhino commands (persistent from previous releases of GH)
- As stated before, the default selected preview color is now red.
Thanks,
John
Thanks for the shift paths component.
David, It is posible to add a boolean option (true/false) to the shift path component, like the "wraps values" on the shift list but in these case eliminate all the paths that got "shift" if you set it in "false"?
Thanks.
Then I was wrong. :)
But it would be still nice to have the possibility to set the input typ.
I added more auto-conversions to the evaluator, so now whenever a string is supplied and a string is not valid, I try to evaluate that string as an expression.
This required quite a few changes deep down in the code, please be on the lookout for new weird behaviour.
--
David Rutten
david@mcneel.com
Barcelona, Spain
Hi David,
the changes with the points and vectors I noticed but how you can differ between numbers and strings? Maybe also a number sometimes is to be handled like a string.
Therefore I thought the easiest way to do this would be by typing a hint, like in the scripting components inputs.
Best,
Martin.
If a function supports both strings and numbers, no conversion takes place. But until now if string weren't supported (like with the + operator, or the Round() function) you'd get an exception, now it tries to parse the string first.
The difference between numbers and strings is hard to see when you render them to the screen, but internally strings and numbers are stored in different types so there's absolutely no confusion.
Everything you type in a panel is a string. "Hello world", "5", "5.00" or "2.5 * 2.0". The first cannot be evaluated to a number, but the last three can.
--
David Rutten
david@mcneel.com
Barcelona, Spain
Ah ok!
So you have for example a "if-case" implemented where you proof if the content is a number (True) or if not (False) (in the easiest case).
And then you just take a concerning case for each.
Don't know why I didn't think of this ;)
Best,
Martin.
Hi David,
Sorry for adding even more questions, please ignore if you feel it is irrelevant.
>When right clicking on a component or a group of components would it be possible to add a delete option?
This would make things more easy for me.
Many thanks,
Arthur
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