Quantcast
Channel: Scripting - McNeel Forum
Viewing all articles
Browse latest Browse all 4145

rs.PropertyListBox() is broken

$
0
0

Hi everyone,

Looks like rs.PropertyListBox() for Python 3.9 is broken

#! python3

import rhinoscriptsyntax as rs

labels = ["a", "b"]
values = ["1", "2"]
name = "test"

new_values = rs.PropertyListBox(labels, values, name)

print(new_values)

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 4145

Trending Articles