bernhard-42 / vscode-ocp-cad-viewer

A viewer for OCP based Code-CAD (CadQuery, build123d) integrated into VS Code
Apache License 2.0
78 stars 9 forks source link

List of colors will cause show_all to fail #45

Closed MatthiasJ1 closed 3 months ago

MatthiasJ1 commented 7 months ago
from build123d import *
from ocp_vscode import *

p = Box(1,1,1)
colors = [Color("black"), Color("white")]

show_all()
bernhard-42 commented 7 months ago

It is a bug, current workarounds:

bernhard-42 commented 5 months ago

Fixed it upstream in ocp-tessellate. Will come with the next release

bernhard-42 commented 3 months ago

fixed in 2.2.2