COMPAS 2.0.0-beta.4
github-actions
released this
26 Jan 17:27
·
668 commits
to main
since this release
Added
- Added
compas_rhino.objects
. - Added
compas_rhino.layers
. - Added
compas_rhino.install_with_pip
. - Added
before_draw
pluggable tocompas.scene.Scene.draw
. - Added
after_draw
pluggable tocompas.scene.Scene.draw
. - Added description in tutorial about
compas.scene.context
. - Added
compas_blender.data
. - Added
compas_blender.collections
. - Added
compas_blender.objects
. - Added
compas_rhino.ui
. - Added
compas_rhino.unload_modules
. - Added
compas_ghpython.unload_modules
. - Added
compas_ghpython.sets
. - Added
compas_ghpython.timer
.
Changed
- Changed
compas.tolerance.Tolerance
into singleton. - Changed
compas_rhino.geometry.curves.nursb.RhinoNurbsCurve
to use private data API. - Changed
compas_rhino.geometry.surfaces.nursb.RhinoNurbsSurface
to use private data API. - Changed
compas.scene.Scene.redraw
todraw
. - Fixed
register_scene_objects
not called when there is a context given in kwargs ofSceneObject
.
Removed
- Removed
compas_blender.geometry.curves
. - Removed
compas_rhino.utilities.objects
. - Removed
compas_rhino.utilities.layers
. - Removed
compas_rhino.utilities.constructors
. - Removed
compas_rhino.utilities.document
. - Removed
compas_rhino.utilities.geometry
. - Removed
compas_rhino.utilities.misc
. - Removed
compas_blender.utilities.data
. - Removed
compas_blender.utilities.collections
. - Removed
compas_blender.utilities.objects
. - Removed
compas_ghpython.utilities.sets
. - Removed
compas_ghpython.utilities.timer
.