Andras Lasso
Andras Lasso
I've finished with the refactoring to make this new plugin more conform to other plugins. It was not trivial, as this plugin was a bit special in that it generates...
> Load a volume > apply a transform to the loaded volume > check interaction to display the handler > right click on the volume and select "None" as transform...
We are trying to find a balance between making available features at convenient places, but not to have too complex GUI with too many options exposed. Let us know if...
Good catch, we should not have two transform plugins! I'll merge the two. If it is not too difficult to add interaction options to the transform column then I'll add...
Thanks for the note, I've removed the unnecessary empty lines in https://github.com/Slicer/Slicer/pull/8022.
I've added a command-line option to set the language like this: `Slicer.exe --language hu` - see this branch: https://github.com/lassoan/Slicer/commits/set-language-via-commandline However, in itself it is not useful yet, because currently we...
The AI chatbot gave incorrect answer. There is no need to select "PythonSlicer" as interpreter in PyCharm. When debugging Slicer, you "attach" the debugger to the Python interpreter running in...
> Maybe then the suggested IDE should be switched to VSCode in the readme then? Good point, I've updated the README file.
Thank you @achataigner, this looks like a potentially significant speedup! My computer builds Slicer from scratch (including all dependencies) in about 30 minutes with gcc on Linux, but MSVC on...
I've built Slicer from scratch on Windows in release mode and got the following results: Slicer main: - build time: 5 hours 50 minutes - build tree size: 13.9GB With...