File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -14,17 +14,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414* Added ` compas.artists.colordict.ColorDict ` descriptor.
1515* Added ` allclose ` to doctest fixtures.
1616* Added ` compas.colors.Color.coerce ` to construct a color out og hex, RGB1, and RGB255 inputs.
17+ * Added ` compas.datastructures.Network.from_pointcloud ` .
18+ * Added ` compas.datastructures.VolMesh.from_meshgrid ` .
1719
1820### Changed
1921
2022* Changed ` compas_rhino.artists.MeshArtist.draw ` to draw the mesh only.
2123* Changed ` compas_blender.artists.MeshArtist.draw ` to draw the mesh only.
24+ * Changed ` compas_ghpython.artists.MeshArtist.draw ` to draw the mesh only.
2225* Changed ` compas_rhino.artists.MeshArtist.draw_vertexlabels ` to use the colors of the vertex color dict.
2326* Changed ` compas_rhino.artists.MeshArtist.draw_edgelabels ` to use the colors of the edge color dict.
2427* Changed ` compas_rhino.artists.MeshArtist.draw_facelabels ` to use the colors of the face color dict.
2528* Changed ` compas_blender.artists.MeshArtist.draw_vertexlabels ` to use the colors of the vertex color dict.
2629* Changed ` compas_blender.artists.MeshArtist.draw_edgelabels ` to use the colors of the edge color dict.
2730* Changed ` compas_blender.artists.MeshArtist.draw_facelabels ` to use the colors of the face color dict.
31+ * Changed ` compas_ghpython.artists.MeshArtist.draw_vertexlabels ` to use the colors of the vertex color dict.
32+ * Changed ` compas_ghpython.artists.MeshArtist.draw_edgelabels ` to use the colors of the edge color dict.
33+ * Changed ` compas_ghpython.artists.MeshArtist.draw_facelabels ` to use the colors of the face color dict.
2834
2935### Removed
3036
You can’t perform that action at this time.
0 commit comments