COMPAS 2.0.0-beta.4
·
958 commits
to main
since this release
Added
- Added
compas_rhino.objects. - Added
compas_rhino.layers. - Added
compas_rhino.install_with_pip. - Added
before_drawpluggable tocompas.scene.Scene.draw. - Added
after_drawpluggable 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.Toleranceinto singleton. - Changed
compas_rhino.geometry.curves.nursb.RhinoNurbsCurveto use private data API. - Changed
compas_rhino.geometry.surfaces.nursb.RhinoNurbsSurfaceto use private data API. - Changed
compas.scene.Scene.redrawtodraw. - Fixed
register_scene_objectsnot 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.