Skip to content

Releases: NeVeSpl/RevitDBExplorer

v1.8.0

05 Oct 08:59
Compare
Choose a tag to compare

What's new:

Compare & Pin tool:

  • it allows to compare two objects of the same type
  • it is possible to save the state of the object at the current moment (Freeze) and use it in the future comparison
  • the list of objects is shared between all instances of RDBE, you can use it to store/pin objects, and have easy access to them

compare and pin tool

v1.7.0

26 Sep 06:52
Compare
Choose a tag to compare

What's new:

  • #19 - easier integration of RDBE with other add-ons
  • allow to filter the List by a member value
  • ForgeTypeId.TypeId string value was replaced by the corresponding static property defined on types: UnitTypeId, SpecTypeId, GroupTypeId, ParameterTypeId, thus for example instead of autodesk.unit.unit:millimeters-1.0.1 we are getting now UnitTypeId.Millimeters

v1.6.0

06 Aug 11:39
Compare
Choose a tag to compare

What's new:

  • a major update to Revit Database Scripting (RDS):
    • it is now displayed in a separate window
    • can run a standard script without the need to enclose it in a function
  • fixed #17 AppSettings problem in Revit 2024 by @ricaun

v1.5.1

05 Apr 15:58
Compare
Choose a tag to compare

What's new:

  • Add button browse file chm #14, by @chuongmep
  • RDBE button on Revit Modify tab is optional, and its presence can be set in settings

v1.5.0

26 Feb 08:08
Compare
Choose a tag to compare

What's new

  • #13 Failed to initialise Addin
  • RDQ - a new command : search for UniqueId
  • RDQ - favourite queries
  • RDS - UPDATE scripts

v1.4.0

19 Feb 18:32
Compare
Choose a tag to compare

What's new

  • Show buttons names #11
  • Configs / Info button #12
  • new commands for RDQ : workset, owned, selection
  • RDQ - command active was changed to visible
  • RDQ finally is using Revit UI units in queries to parse decimal numbers
  • first version of RDS (Revit Database Scripting), that allows running ad hoc C# code that operates on Revit API, right now only queries - changing state is not possible

v1.3.0

12 Feb 09:11
Compare
Choose a tag to compare

What's new

v1.2.1

21 Jan 07:19
Compare
Choose a tag to compare

A patch for the last release, fixes a few introduced regressions (#9) but also adds a new feature:

  • enum types can be snooped.

v1.2.0

19 Jan 16:55
Compare
Choose a tag to compare

This release is all about performance improvement, hopefully, it does not bring any regression in terms of functionality.

v1.1.0

02 Dec 16:29
Compare
Choose a tag to compare

What's new

  • Revit 2024 compatibility
  • new dark theme "Dark - R2024"
  • Show on ToolTip in display units. #5, by @yk35