Open raphael-isvelin opened 1 year ago
I'm unable to use the alpha parameter of show_object, because it tries to concatenate a tuple to a list.
alpha
show_object
(AFAIK tuple and list cannot be concatenated in any version, but I'm on Python 3.10.10: is there an env on which it works? 🤔)
I'm unable to use the
alpha
parameter ofshow_object
, because it tries to concatenate a tuple to a list.(AFAIK tuple and list cannot be concatenated in any version, but I'm on Python 3.10.10: is there an env on which it works? 🤔)