This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
Releases: compas-dev/compas_view2
Releases · compas-dev/compas_view2
v0.11.0
Added
- Added
viewport
andcamera
in the config - Added the update method for the
textobject
.
Changed
- Change the str options in
view_port
into all lower case. - Change naming
view_mode
toviewport_mode
,view_port
toviewport
. - Doc building using
sphinx_compas2_theme
. - Fix the documentation: title lines, comments.
- Fix a bug when camera is looking straight up or down.
Removed
v0.10.1
Added
Changed
Removed
- Removed dependency on
cython
.
v0.10.0
Added
- Added keyboard diagram in the doc.
- Add example
example_custom_keys.py
in the examples/control. - Action class which controls all the key actions.
- Added
ryven
version specification (0.3.1.4). - Added example:
example_image_display
. - Added
fullscreen
option toApp
and the corresponding config file. - Option to pass in App init parameters through config file (with an example)
- Add
Developer Guide
section in the documentation. - Update the example files in the tutorial.
- Update the software architecture diagram in the documentation.
- Update the UI naming conventions diagram in the documentation.
- Add the
Tutorial Software Concepts
section in the documentation. - Add the
Tutorial Configuration
section in the documentation. - Multi-selection in scene form.
- Added an example
example_pair_object_form.py
. - Added
absolute_height
option to theTextObject
. - Added
font
option toTextObject
. - Multi-cursor visual effects.
- Added
F
key for focusing the selected objects. If no object is selected, it will focus the whole scene geometries. - Added all the examples based on the
scripts
file. - All the examples are categorized into different folders.
Changed
- Move mouse and key actions to controller.
- Categorize all the view settings in to one config file.
- Changed the language settings in the
config.py
file for betterinvoke docs
generation. - Remove
modindex
in the index page of the documentation as the file no longer exists. - Changed
sphinx
requirement for the development environment. Otherwise, there will be a bug similar to this. - Bug fixed when pressing
F
multiple times, the camera angle shifts. - Bug fixed in
Camera.zoom_extents
when one single point is selected.
Removed
v0.9.4
Added
Changed
- Fixed issue of thread keep running after raising errors.
Removed
v0.9.3
Added
Changed
- Fix robot object visulisation bug.
Removed
v0.9.2
Added
Changed
Removed
v0.9.1
Added
Changed
- Updated workflows to v2.
- Updated dev dependencies.
- Uses
compas_invocations
fortask.py
.
Removed
Release v0.9.0
Bump version: 0.8.0 → 0.9.0
Release v0.8.0
Bump version: 0.7.0 → 0.8.0
Release v0.7.0
Bump version: 0.6.0 → 0.7.0