Grasshopper

algorithmic modeling for Rhino

Apologies for my long periods of absence and poor attendance over the past few months, I've been reasonably busy with travelling, workshops and client visits.

I'll be at Siggraph in early August (New Orleans) and I'm throwing every available inch of development at this deadline. It's clear now that I won't be able to solve all reported bugs before then, but I would nevertheless like to release a new version in the upcoming week.

So I'd like to ask for a list of the most pertinent bugs/lacking features which need to be solved asap.

Goodwill,
David

--
David Rutten
david@mcneel.com
Robert McNeel & Associates

Views: 2053

Replies to This Discussion

Hi Frank,

yes, that's how it's supposed to work. It will copy the ENTIRE data tree into a single output. It is thus an 'atomic' operation that can only run once.

I see your point however. It would be useful to be able to separate branches into individual lists.
Hi David,

From what you've said in the past this may be a little bit outside your control, but the main thing I'd like to see improved is the scripting components, particularly debugging - just being able to tell which line is throwing an exception would save huge amounts of time (not that I ever make mistakes, of course...). But maybe a nice SDK for writing your own components as already mentioned would make this unnecessary...

Also looking forward to seeing the new tree-manipulation tools; particularly ones which would make it easier to set up tree structures in the first place. Has there been any progress on the 'latch on' component modifiers that you mentioned a while ago? Those sounded pretty cool.

Paul
"Has there been any progress on the 'latch on' component modifiers that you mentioned a while ago? Those sounded pretty cool."

No progress at all in this area. I've focused mainly on DataTree tools and cleaning up the core.

I'll see what I can do about the compiler-errors, but I won't have time to do it now.
"...but I won't have time to do it now."

Scratch that. I managed to add line numbers to the error report. But it only works if the code editor has been used at least once (the code you write is not the code that actually gets compiled, so the line numbers don't match by default).
whoa! that's really really great news! hours of working out where the bloody bugs are hidden are over.

PS: maybe you can reference the latest version of the system.dll in the c# scripting component? you had to manually add that correct reference... sorry if this has been mentioned before here (and you always got an orange component because of a double reference, which might be confusing for some).
Note that line numbers are only given when there is a compiler error. If the script compiles but crashes during runtime, I can't get at the line numbers very well...
still, some 80% of errors are caused by bad syntax (missing semicolons, bad formatted vb, blah blah.) so it sure is something to be happy about :)
Brilliant, thanks David! Lots of my colleagues have been put off learning to script in .NET by how awkward the debugging in grasshopper is - hopefully this change will bring over a few more converts!
I just thought of another (hopefully easy) one; some form of autosaving. I keep closing Rhino but forgetting to save my grasshopper definition - some kind of automatic backup save every ten minutes, or even just a 'hey dummy, you forgot to save' dialog in a OnRhinoClose event would prevent a lot of accidental-work-loss-profanity.
Paul,

I completely agree. However, this is something I want to get right the first time and that's going to take a bit too long.
Hi David,
In a VB.NET box I just put the following code:
If y Is Nothing Then
a = x
Else
a = y
End If

I am sure y is not empty but it turns out that the output is not the same with y.
I have uploaded the files.
Attachments:
Hi Daniel,

I've ran this file in the new version and it seems to be running fine.

Do note that your data isn't matched up. If you flatten the inputs of the VB Script component you'll see the missing curves as well.


RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service