Skip to content

Releases: jeremytammik/RevitLookup

2024.0.5

17 May 20:19
e6ab1ac
Compare
Choose a tag to compare

Features

  • Static members support

    For example, RevitLookup now supports the display of these and other properties and methods:

    Category.GetCategory();
    Document.GetDocumentVersion()
    UIDocument.GetRevitUIFamilyLoadOptions()
    Application.MinimumThickness

    image

  • Ribbon update

    SplitButton replaced by PullDownButton. Thank for voting https://github.com/jeremytammik/RevitLookup/discussions/159

    image

Improvements

  • Added DefinitionGroup support
  • Added Element.GetMaterialArea support
  • Added Element.GetMaterialVolume support
  • Added FamilyInstance.get_Room support
  • Added FamilyInstance.get_ToRoom support
  • Added FamilyInstance.get_FromRoom support
  • "Show element" is no longer available for ElementType

Bugs

  • Fixed issue when GetMaterialIds method didn't return nonPaint materials #163

2024.0.4

27 Apr 09:38
Compare
Choose a tag to compare

Improvements

  • Added Workset support
  • Added WorksetTable support
  • Added Document.GetUnusedElements support

Bugs

  • Fixed Dashboard window startup location

2024.0.2

18 Apr 13:51
Compare
Choose a tag to compare

Bugs

  • Fixed Fatal Error on Windows 10 #153

    Accent colour sync with OS now only available in Windows 11 and above. Many thanks to Aleksey Negus for testing builds

2024.0.1

14 Apr 12:23
Compare
Choose a tag to compare

Major changes

Improvements

  • Added shortcuts support for the Modify tab #150
  • Added EvaluatedParameter support
  • Added Category.get_Visible support
  • Added Category.get_AllowsVisibilityControl support
  • Added Category.GetLineWeight support
  • Added Category.GetLinePatternId support
  • Added Category.GetElements extension
  • Added Reference.ConvertToStableRepresentation support

Bugs

  • Fixed rare crashes in EventMonitor on large models
  • Fixed Curve.Evaluate resolver using EndParameter as values

Other

2023.1.0-EOL

12 Apr 18:08
Compare
Choose a tag to compare

End Of Life WinForm

Revit Lookup (formerly known as RvtMgdDbg) was developed by Jim Awe in 2005.
However, due to advances in technology and new features and functionality, it was decided to discontinue support for the RevitLookup version based on the current engine using WinForms.

This means that there will be no more updates and bug fixes and no more user support for the classic version. Users who are still using the classic version of RevitLookup may consider upgrading to a newer, supported version of the software. Starting with version 2024, RevitLookup has been rewritten completely from scratch with a new UI and architecture by @Nice3point

The WinForms build includes versions 2015-2023

2024.0.0

04 Apr 09:29
Compare
Choose a tag to compare
RevitLookup

In this release, the entire code base has been completely rewritten from scratch with a redesigned user interface. New tools, OTA update, Windows 11 support

UI

  • A brand-new user interface

    image

  • Themes

    image

  • Extended context menu

    image

    Wiki page: https://github.com/jeremytammik/RevitLookup/wiki/Context-actions

  • Tooltips

    image

  • The Snoop Selection button has been moved to the Modify tab

    image

  • Smooth navigation. Enable acceleration in Revit settings if you are having trouble with this option

    image

  • Windows 11 Mica effect support

  • Windows 11 Snap Layouts support

    image

  • Accent colour synced with OS

    image

  • New logo

  • Searchbar. Focus is triggered by pressing any key on the keyboard

Engine

New features

  • Snoop Point

  • Snoop Sub-Element

  • Snoop UI Application

  • Component manager. Explore AdWindows.dll and learn how the ribbon and user interface in Revit are arranged

    image

  • PerformanceAdviser. Explore document performance issues

  • Registry research: schemas, services, updaters

  • Explore BuiltIn and Forge units

    image

  • Event monitor. Track all incoming events. Events from the RevitAPI.dll and RevitAPIUI.dll libraries are available. The search bar is used to filter results

    image

  • Reworked search. Now you can search for multiple values by Name, Id, UniqueId, IfcGUID and Type IfcGUID parameters

    image

    Wiki page: https://github.com/jeremytammik/RevitLookup/wiki/Search-elements

  • Visual search in a project.

    Showing elements:

    image

    Showing faces (Revit 2023 or higher):

    image

    Showing solids (Revit 2023 or higher):

    image

    Showing edges (Revit 2023 or higher):

    image

  • OTA update. The RevitLookup update is now available directly from the plugin

    image

Designed & Developed by Nice3point 🕊

2023.1.0

17 Jun 11:44
Compare
Choose a tag to compare

In this update:

  • New: Hello World window changed to About
  • New: resorted commands on the Revit ribbon, frequently used moved to the top
  • New: added Snoop Active Document command
  • Fix: revert support search index from keyboard
  • Fix: removed null label for ElementID

2023.0.0

05 Apr 10:33
Compare
Choose a tag to compare

Revit 2023 support

2022.0.4.1

03 Mar 09:05
Compare
Choose a tag to compare

Minor UI changes #135

2022.0.4.0

02 Mar 15:46
Compare
Choose a tag to compare

Minimize, maximize support #134. Fixed problem with sending a print job #133