Hiding bundle name when you hover on the button


Is it possible to hide the Bundle Name in the tooltip?

Hi @revitislife, sorry for the late response.

That information is creted by these two lines of pyRevit’s uimaker code:

As a quick fix, you could remove these lines in your pyrevit installation, pyrevitlib/pyrevit/loader/uimaker.py file. The problem with this fix is that it has to be done at each pyRevit update.

For a long term, universal solution, you’re better of opening a feature request via a github issue

thanks for the response - It was one of those nice to have but definitely it’s not worth updating after each pyrevit update