Skip to content

2025.0.9

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Sep 17:20

Revit.ini File Editor

The Revit.ini file is a key configuration file in Revit that stores settings related to user preferences, system behavior, and project defaults.

The Revit.ini File Editor provides a simple and efficient way to manage these settings without the need for manual editing.
With this tool, users can quickly adjust Revit’s configurations to match project needs or personal preferences, making it an essential utility for both professionals and teams working with Revit.

image

This is our first public version, and we are excited for you to try it out for yourself!
Make sure to file issues you encounter on our GitHub so we can continue to improve it.

Documentation: https://github.com/jeremytammik/RevitLookup/wiki/Revit.ini-File-Editor

Dependency conflict static analyzer

Some users experience issues launching RevitLookup, often caused by conflicts with third-party plugins (see issue #269).

To help resolve these issues, we've introduced new tools that allow you to analyze, identify and upgrade problematic plugins causing crashes.

image

Download: #269 (comment)

Many thanks to @RichardPinka for testing tools in the discussion: #281

Public RevitLookup roadmap

Curious about what’s next? Stay updated on the latest developments for RevitLookup and share your feedback.

Check out our Public Roadmap to see what’s coming up in future releases.: https://github.com/users/jeremytammik/projects/1

image

Improvements

New extensions:

Type Extension Description Author
Pipe HasOpenConnector Checks if there is open piping connector for the pipe. #261 by @SergeyNefyodov
Family FamilyCanConvertToFaceHostBased Indicates whether the family can be converted to face host based. #263 by @SergeyNefyodov
Family GetProfileSymbols Gets the profile Family Symbols. #263 by @SergeyNefyodov
Document GetLightFamily Creates a light family object from the family document. #266 by @SergeyNefyodov
LightFamily GetLightTypeName Return the name for the light type. #266 by @SergeyNefyodov
LightFamily GetLightType Return a LightType object for the light type. #266 by @SergeyNefyodov
Application GetMacroManager Gets the Macro manager from the application. #268 by @SergeyNefyodov
Document GetMacroManager Gets the Macro manager from the document. #268 by @SergeyNefyodov

New API support:

  • CylindricalFace class support #264:
    • Radius property support
  • StructuralSettings class support #282 by @SergeyNefyodov:
    • GetStructuralSettings method support
  • StructuralSettings class support #283 by @SergeyNefyodov:
    • GetActiveSunAndShadowSettings method support
    • GetSunrise method support
    • GetSunset method support
    • GetSunset method support
    • IsTimeIntervalValid method support
    • IsAfterStartDateAndTime method support
    • IsBeforeEndDateAndTime method support
  • RevisionNumberingSequence class support #289 by @SergeyNefyodov:
    • GetAllRevisionNumberingSequences method support
  • AnalyticalLinkType class support #288 by @SergeyNefyodov:
    • IsValidAnalyticalFixityState method support
  • AreaVolumeSettings class support #287 by @SergeyNefyodov:
    • GetAreaVolumeSettings method support
    • GetSpatialElementBoundaryLocation method support

New default settings:

  • Show Static members enabled by default
  • Show Events enabled by default
  • Show Extensions enabled by default

Bugs

  • Fixed missing quick access icon #267
  • Fixed DataGrid accent color #273

Misc

  • Updated Contributing guide.
  • Added a new GitHub issue templates.

Full changelog: 2025.0.8...2025.0.9
RevitLookup versioning: https://github.com/jeremytammik/RevitLookup/wiki/Versions