Skip to content

v2.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Sep 13:58
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 and OpenProject 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.