Skip to content

Commit 3b70bc4

Browse files
committed
log
1 parent ec9af85 commit 3b70bc4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## Unreleased
9-
* Added `Plane.offset`
9+
1010
### Added
1111

12+
* Added `Plane.offset`
1213
* Added `draw_vertexlabels`, `draw_edgelabels`, `draw_facelabels`, `draw_vertexnormals`, and `draw_facenormals` to `compas_blender.artists.MeshArtist`.
14+
* Added optional `triangulated` flag to `to_vertices_and_faces` of all shapes.
15+
* Added `compas.geometry.Geometry` base class.
16+
* Added `__add__`, `__sub__`, `__and__` to `compas.geometry.Shape` for boolean operations using binary operators.
1317

1418
### Changed
1519

1620
* Fixed bug in `compas_blender.draw_texts`.
21+
* Changed default resolution for shape discretisation to 16 for both u and v where relevant.
22+
* Changed base class of `compas.geometry.Primitive` and `compas.geometry.Shape` to `compas.geometry.Geometry`.
1723

1824
### Removed
1925

0 commit comments

Comments
 (0)