RevitLookup

Interactive Revit RFA and RVT project database exploration tool to view and navigate BIM element parameters, properties and relationships.

MIT License

Stars
1.1K
Committers
38

Bot releases are visible (Hide)

RevitLookup - 2024.0.1

Published by github-actions[bot] over 1 year ago

Major changes

Improvements

  • Added shortcuts support for the Modify tab https://github.com/jeremytammik/RevitLookup/issues/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

RevitLookup - 2023.1.0-EOL

Published by Nice3point over 1 year ago

End Of Life WinForms builds

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

Build includes versions 2015-2023

RevitLookup - 2024.0.0

Published by github-actions[bot] over 1 year ago

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 🕊

RevitLookup - 2023.1.0

Published by github-actions[bot] over 2 years ago

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
RevitLookup - 2023.0.0

Published by github-actions[bot] over 2 years ago

Revit 2023 support

RevitLookup - 2022.0.4.1

Published by github-actions[bot] over 2 years ago

RevitLookup - 2022.0.4.0

Published by github-actions[bot] over 2 years ago

Minimize, maximize support https://github.com/jeremytammik/RevitLookup/pull/134. Fixed problem with sending a print job https://github.com/jeremytammik/RevitLookup/pull/133

RevitLookup - 2022.0.3.3

Published by github-actions[bot] almost 3 years ago

RevitLookup - 2022.0.3.2

Published by github-actions[bot] almost 3 years ago

This update fixes the display of labels:

  • Support for string empty label.
  • Support for string null label.
  • Support for double? null label.
  • Renamed "View = null" to "Undefined View". This was a misnomer because null throws an exception
  • Renamed "View = null - Including geometry objects not set as Visible" to "Undefined View, including non-visible objects"
  • Renamed "View = Document.ActiveView" to "Active View"
  • Renamed "View = Document.ActiveView - Including geometry objects not set as Visible" to "Active View, including non-visible objects"
RevitLookup - 2022.0.3.1

Published by github-actions[bot] almost 3 years ago

Fixed https://github.com/jeremytammik/RevitLookup/issues/117 issue. Reflection TargetException message replaced by InnerException message, now the description of the exception will be detailed.

RevitLookup - 2022.0.3.0

Published by github-actions[bot] almost 3 years ago

This is patch release to fix a few items. This release will fix the issues below:

  • Removed unused code and resources, reduced application size
  • Optimized collections and arrays, updating the window just got a little faster
  • Fixed broken print and preview button
  • Reduced memory allocation
RevitLookup - 2022.0.2.6

Published by github-actions[bot] almost 3 years ago

Update Readme.md: added mention of RFA and RVT project files.

RevitLookup - 2022.0.2.5

Published by github-actions[bot] almost 3 years ago

Added automatic generation of a release for the master branch

RevitLookup - 2022.0.2.4

Published by jeremytammik almost 3 years ago

integrated PR #115 by @ricaun adding support to click keyboard escape to close form

RevitLookup - 2022.0.2.3

Published by jeremytammik almost 3 years ago

@Nice3point string interpolation, object initialiser, build installer exitCode check, version property, fix issue #113 snooping family type, merge pull request #114

RevitLookup - 2022.0.2.2

Published by jeremytammik almost 3 years ago

integrated Readme.md update (#110) and created dev branch

RevitLookup - 2022.0.2.1

Published by jeremytammik almost 3 years ago

restored historical readme from 2005 by Jim Awe and converted word doc to markdown

RevitLookup - 2022.0.2.0

Published by jeremytammik almost 3 years ago

integrated pull request #108 by Roman @Nice3point to include previous versions in the installer

RevitLookup - 2022.0.1.6

Published by jeremytammik almost 3 years ago

integrated pull request #107 by Roman @Nice3point to rename Build, fix hello world version and move version number into csproj

RevitLookup - 2022.0.1.4

Published by jeremytammik almost 3 years ago

integrated pull request #105 by Roman @Nice3point to update badges, consolidate version number management, clean up builder and remove gitlab CI

Related Projects