Releases: opf/openproject-revit-add-in
Releases · opf/openproject-revit-add-in
v2.3.2-beta.1
Merge branch 'master' into dev
v2.3.2-beta.0
Merge branch 'master' into dev
v2.3.1
Fixed
- Fixed an issue that led to an exception when installing the Revit Add-In for the very first time
- Made the loading of the
OpenProject.Configuration.json
more robust, so that missing or outdated keys no longer lead
to errors - Improved logging and error dialog communication
v2.3.0
Added
- Clipping plane direction is now specified according to the conventions of the BCF 3.0. Objects on the positive side of
the clipping plane are invisible, while objects on the negative side are rendered visible. - OpenProject Revit Add-in installer now contains the additional option to install the add-in into Revit 2022.
- Downloading BCF issues now is possible from within the embedded browser in the Revit add-in. A file save dialog is
opened for selecting the download destination. - The runtime now does rudimentary logging. The logfiles are rolled over on a daily basis and are located in
the%APPDATA%\OpenProject.Revit\logs
folder next to the configuration files.
Changed
- Importing any viewpoints (including those created by OpenProject BIM Edition's BCF viewer) do now try to import the
clipping planes of the viewpoint into Revit section boxes. Only clipping planes that are within 5 degrees of a
coordinate plane are considered valid input. - Viewpoints can now only be created when having an active 3D view in Revit.
- OpenProject viewpoints are now opened in a dedicated view,
OpenProject Perspective
for viewpoints with a perspective
camera andOpenProject Orthogonal
for viewpoints with a orthogonal camera.
Fixed
- Instance validation with url schema prefix and without api path suffixes are now validated correctly in all
combinations. - Login via Azure AD or Google now works properly within the embedded browser.
- Initial configuration of the OpenProject Revit Add-in no longer sets the developer tools of the embedded browser to
activated. In addition there is no longer a dummy instance added to configuration on first install. - Restoring an orthogonal viewpoint now scales the view correctly to the previously recorded view box height.
- Loading times for viewpoints were slightly improved, on machines without enough capability the asynchronous zoom for
orthogonal viewpoints can take several seconds (see this
official issue). - An issue was fixed, causing the cursor in input fields in the embedded browser vanishing occasionally.
v2.2.5-34503-set-clipping-planes-in-revit-according-to-bcf-viewpoint.3
Added blank line at the end of file
v2.2.5-34503-set-clipping-planes-in-revit-according-to-bcf-viewpoint.2
cosmetic changes in OpenViewpointEventHandler
v2.2.5-34503-set-clipping-planes-in-revit-according-to-bcf-viewpoint.1
[#34504] Set clipping planes in revit - according to bcf viewpoints - https://community.openproject.org/work_packages/34503
v2.2.2-origin-openProjectBridge.1
Set file permission to be executable for build scripts See https://blog.dangl.me/archive/executing-nuke-build-scripts-on-linux-machines-with-correct-file-permissions/ for more info
v2.2.2-fix-filter-on-bcf-issues.1
Use new work package filter to select BCF issues only.
v2.2.2-beta.19
Add textbox to filter WorkPackage directly via OpenProject API