Andras Lasso
Andras Lasso
The top-level CMakeLists.txt should contain the extension metadata (`EXTENSION_ICONURL`, etc.) as it is shown in the [extension template](https://github.com/Slicer/Slicer/blob/main/Utilities/Templates/Extensions/Default/CMakeLists.txt). Please restore those lines and update their content, because without this information...
You have to export the segment you want to use for masking. All the segments exported to the labelmap will be included in the mask, so make sure you choose...
The solution could be to freeze SimpleITK version, or specify a constraints file (`-c` argument) in `slicer.util.pip_install` (and make sure all extensions are installed via this `pip_install`). Locking SimpleITK version...
I agree that there is too much boilerplate code in the module template. Many things could be pushed up into the scripted module base classes or maybe in a mixin....
Yes, we should give it a try to fix it.
The popup is indeed shown too frequently. However, it would not be a good solution to have a global setting to disable recommendation of a plugin forever, just because the...
Potential solutions when the volume is under a warping transform: - Option A: Disable showing the volume rendering 3D view and show a warning in Volume Rendering module that explains...
> That is, how would we know when it's okay to discard the clone We already have a flag to automatically free up resources on hiding volume. It could be...
The volume is no longer displayed in incorrect position, so the issue is not urgent anymore. The full fix will be to internally harden the transform (or to set up...
World coordinate in Slicer is 3D, and so even if an image or transform is only in a 2D plane, that plane still has to be defined in 3D. Therefore,...