Hi everyone. I’m struggling once I want to reload the changes I’ve made in the folder I’m working (to create my tools). Since I’m a civil engineer and this is kind of my first approach, I’ll really appreciate your help. Thnak you so much for your attention!
what does the code in your reload button look like? Is this a reload button on your extension?
this works for me
def _reload():
from pyrevit.loader.sessionmgr import execute_command
execute_command('pyrevitcore-pyrevit-pyrevit-tools-reload')
_reload()
1 Like