mcneel / rhino-developer-samples

Rhino and Grasshopper developer sample code
http://developer.rhino3d.com
Other
601 stars 330 forks source link

lines.py demo Reading Branch error #63

Closed dvalent closed 10 months ago

dvalent commented 2 years ago

line 27 in lines.py demo fails, when reading the branch, this solves it for me: branch = output["values"][0]["InnerTree"]["{0;0}"]

fraguada commented 10 months ago

Thanks for reporting this!