File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3434* Changed ` compas_ghpython.artists.MeshArtist.draw_vertexlabels ` to use the colors of the vertex color dict.
3535* Changed ` compas_ghpython.artists.MeshArtist.draw_edgelabels ` to use the colors of the edge color dict.
3636* Changed ` compas_ghpython.artists.MeshArtist.draw_facelabels ` to use the colors of the face color dict.
37+ * Changed raw github content path for ` compas.get ` .
3738* Fixed ` compas_blender.artists.VolMeshArtist.draw ` and ` compas_blender.artists.VolMeshArtist.draw_cells ` .
3839* Fixed ` compas_ghpython.artists.VolMeshArtist.draw ` and ` compas_ghpython.artists.VolMeshArtist.draw_cells ` .
3940* Fixed ` compas_rhino.artists.VolMeshArtist.draw ` and ` compas_rhino.artists.VolMeshArtist.draw_cells ` .
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ def get(filename):
212212 if os .path .exists (localpath ):
213213 return localpath
214214 else :
215- return "https://github. com/compas-dev/compas/raw/ main/samples/{}" .format (filename )
215+ return "https://raw.githubusercontent. com/compas-dev/compas/main/src/compas/data /samples/{}" .format (filename )
216216
217217
218218def get_bunny (localstorage = None ):
You can’t perform that action at this time.
0 commit comments