roipoussiere / cadquery-server

A web server used to render 3d models from CadQuery code loaded dynamically.
MIT License
54 stars 17 forks source link

show_object(): fix alpha param #80

Open raphael-isvelin opened 1 year ago

raphael-isvelin commented 1 year ago

I'm unable to use the alpha parameter of show_object, because it tries to concatenate a tuple to a list.

image

(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? 🤔)