Grasshopper

algorithmic modeling for Rhino

I just discover the Plugin Human UI, this one seems very processing for me.

 

I was able to create a slider and drive the size of my cube in Rhino.

But as soon as I plug my cube to be representing into the Human UI windows, nothing works anymore.

 

Someone can tell me what i'm doing wrong?

 

 

see attached a file example

 

 

Thank you Davoud

Views: 1499

Attachments:

Replies to This Discussion

The error message on the "Add Elements" component tells you the problem: 

"In general, it's not a good idea to drive the creation of 

elements with the results of a value listener. Instead, use
the value listener to drive a "Set" operation, from the
UI Output tab, to update the contents of an existing element
in the window. Otherwise, every time something in the window
changes, triggering your value listener, the entire window needs
to be re-generated. This can create the appearance of a "freezing"
behavior. See the example files for more information on the appropriate
configuration of "Create" and "Set" components in Human UI."

In short - nothing that goes into "Add Elements" can depend on values coming out of a value listener. all your "create" components must use default values - so create a dummy mesh for "Create 3d view", and then only feed the live/changing mesh into "set 3d view."

Also, for future, please post questions pertaining to Human UI on the Human UI group on this forum - you will get a response more quickly. 

Hi Andrew,

Thank you for your advice. 

can you send me the link to your Human UI group?

Thank you Davoud

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