Hi, I added a path where I have our python scripts in the File Search Path to make it easier to update all the scripts we use for our users. But it seems Rhino isn’t checking this path if I try to run a python script from a button.
@Holo I looked at the code and the _-RunPythonScript command looks at the IronPython search paths to find the scripts. Since that is only modifiable from the legacy EditPythonScript I think I need to make this work with File Search Paths in rhino settings. I created this YT and will update the command
RH-78659 RunScriptCommand only searches for python files inside IronPython plugin search paths