mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-30 16:43:00 +00:00
Fix for UVs in python binding #5592
This commit is contained in:
@@ -703,6 +703,7 @@ struct ShapeRTTI : public boost::static_visitor<PyObject*>
|
||||
verts = property(verts)
|
||||
normals = property(normals)
|
||||
item_ids = property(item_ids)
|
||||
uvs = property(uvs)
|
||||
|
||||
faces_buffer = property(faces_buffer)
|
||||
edges_buffer = property(edges_buffer)
|
||||
|
||||
Reference in New Issue
Block a user