Andras Lasso
Andras Lasso
Would it help if we made locking more accessible? For example, we could easily add lock/unlock (all or just the clicked control point) option in the right-click menu.
> For example, each volume rendering produces a new ROI whose visibility, and even lock status, is unaffected by why you're actually doing later, such as looking at other volumes...
Actually, you can already change/add new keyboard mapping, for example to make the view rotate by right-click-and-drag, you can run this code in the Python console (and add it to...
The topic has come up recently: - https://discourse.slicer.org/t/new-markups-functionality-retains-unset-control-point-positions/20140/11 - https://discourse.slicer.org/t/rfe-add-ability-to-safely-disengage-unintentionally-dragged-handle/20484 Undo/redo can be enabled for markups using this code snippet: ```python # Enable undo for the scene slicer.mrmlScene.SetUndoOn() # Enable...
@HarryDC thanks a lot for looking into this. Do you think you will have time to work on some of these?
We should have a policy for when to update Python version and packages. Similar to this: https://scientific-python.org/specs/spec-0000/ For example, Python major.minor version should be the latest that is out for...
I had to switch to using placeholders in translations (it is not possible to translate sentence fragments because the order of words is different in each language), made the TIFF...
DICOM reading is probably more complicated than most users would expect, so simplification is very useful. I can review this later this week.
I agree that it could be useful to provide a mechanism to determine result of a loading, but `warning` property of `DICOMLoadable` class is used for something else (for storing...
@jcfr do you have any preference (add a list argument that is updated with loading status; add properties to each loadable object)?