This repository was archived by the owner on Oct 24, 2024. It is now read-only.
This repository was archived by the owner on Oct 24, 2024. It is now read-only.
Bug in vertex color #212
Open
Description
compas_view2/src/compas_view2/objects/meshobject.py
Lines 175 to 192 in 07b8604
There is likely a bug. If you run:
from compas.datastructures import Mesh
from compas_view2 import app
viewer = app.App()
mesh = Mesh.from_polyhedron(12)
viewer.add(mesh)
viewer.show()
with use_vertex_color
enabled, the error will pop up.
This might also affect the viewer
.