Launch an add-in from a PyRevit button

You are smarter than me on this one.
I did not think about removing the Librarian in front of the ExternalCommands
Good catch.
I guess you will have to use this in order to make it per version of Revit

Bundle-Metadata

One invoke button per version, I mean.

1 Like

I got it working after Reload removing the ExternalCommands

title: Test Link Button (Custom Title)
tooltip: Test Link Button Tooltip
author: "{{author}}"
highlight: new
assembly: 'C:\ProgramData\Autodesk\ApplicationPlugins\Librarian.bundle\Contents\2023\Librarian.dll'
command_class: CommandToggleDockVisibility
1 Like

Great teamwork I guess :slight_smile:

Thanks again!

1 Like