Grasshopper

algorithmic modeling for Rhino

I just noticed that the button is not working correctly with Python. If I click the button to activate it to True, which then instantiates something like a loop in the Python component, the series of commands aren't finishing.  But it works just fine with the toggle.  Not a big deal, just thought I'd mention it.

Views: 1028

Replies to This Discussion

Answering an old question:

Instead of- 

if activate:

go with-

if activate:
    bang=True
else:
    bang=False

if bang:

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service