Grasshopper

algorithmic modeling for Rhino

Is there any way to add individual tooltips to inputs and outputs of scripted components?

If not, would anyone else like this?

-Brian

Views: 793

Replies to This Discussion

You could set them from within the code... Bit of a hack I suppose.

--

David Rutten

david@mcneel.com

Poprad, Slovakia

Attachments:

Hmm,

I opened this one at the office. Still 0.9.0014  here.

So Component now stands for the IGH_component casting to the owner in the previous versions?

M.

yes;

GH_Component Component = (GH_Component) owner;

owner is still there though to allow for old scripts. It's just not visible in the editor.

--

David Rutten

david@mcneel.com

Poprad, Slovakia

Got it!

Cheers to both.

M.

--

David Rutten

david@mcneel.com

Poprad, Slovakia

Thanks David. The alternative was putting the component in a cluster to gain easy-access tooltips and locking capability, but it's about twice as slow. 

I'll try this out.

This works like a charm in VB.

Can you tell me what is the c# equivalent?

Thanks in advance.

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service