I’ve been able to load a file by drag and dropping it into slicer.
The GUI pops up and an extension (SlicerFreeSurfer) recognizes its format and the file can be loaded.
How would I replace the same actions using the command line interactor?
I’ve already found slicer.util.loadModel
not to work since it’s using the extension?
I don’t think there is anything like the scripting info
box that Blender employs? It’s really usefull for finding commands for otherwise manual tasks.
in this image the lower half of the screen shows the scripting info box: a line by line summary of script executed during manual tasks. The terminal to the right of the 3D view of the sphere shows python interaction executing some of this code.