pyrevitlabs / pyRevit

Rapid Application Development (RAD) Environment for Autodesk Revit®
http://wiki.pyrevitlabs.io
GNU General Public License v3.0
1.33k stars 338 forks source link

Remove all (Core) py Revit Buttons #997

Closed apsis0215 closed 4 years ago

apsis0215 commented 4 years ago

Is your feature request related to a problem? Please describe. Treat CORE py Revit Buttons / menus like other buttons (Is there a way to do this now & Pick and choose which to remove and keep?)

Describe the solution you'd like Treat like normal button structure pyRevit.tab\drawing set.panel, etc.

Describe alternatives you've considered Have not found ways to edit the core tools yet : )

Additional context

eirannejad commented 4 years ago

You need to modify the built-in pyRevit extensions. Learn more about the pyRevit bundles and extensions here: Extensions: https://www.notion.so/Extension-Bundles-10df16fe826040bc9dbd9e83bb4248e6 Bundles: https://www.notion.so/pyRevit-Bundles-12323e3090904d9aa7cdc3d82095d3e3

apsis0215 commented 4 years ago

ty