Andras Lasso
Andras Lasso
Maybe it is due to disabling the terminal outputs in case of restart: https://github.com/Slicer/Slicer/blob/3153a59ae770bc3d8bc26f8c15e485e7f41e252c/Base/QTCore/qSlicerCoreApplication.cxx#L2027 I'm not sure why the terminal outputs are disabled. We could either remove this or we...
Probably the terminal outputs do not need to be hidden on Windows and there is no launcher on macOS, so we could still enable the launcher splash-screen in some cases....
I've [updated SlicerOpenAnatomy export](https://github.com/PerkLab/SlicerOpenAnatomy/commit/f6271147b96512e1bb1406401801ad65c0e4e807) to accurately convert the sRGB colors to linear RGB (previously it was just an approximation) and added the option to export OBJ files with linear RGB...
For closer match between the Slicer scene and glTF files (matching not just colors but surface roughness and metallic values), the `interpolation` can be set to `PBR` in Slicer (in...
Exposing the interpolation mode selector and material properties would be no problem at all. However, for full support of PBR in Slicer, we need to clarify what color space VTK...
I submitted a [PR that adds GUI for adjusting interpolation mode and material properties for segmentations](https://github.com/Slicer/Slicer/pull/8782), but should be used mostly for experimental purposes until the color space questions in...
> Do you think it would be feasible to add a Dropdown button to the 3DSlicer-Sequence-Browser toolbar, so that one can navigate through all (default), just even, or just odd...
@Sunderlandkyl could you please have a quick look? Thanks!
Do you have any sample data set that can be used for testing [plotting two volumes at once](https://github.com/fedorov/MultiVolumeExplorer/blob/021068228dcf1d8f29f27d7ed1fd5db3badb8f1d/Py/qSlicerMultiVolumeExplorerModuleWidget.py#L278-L280)?
This is the default behavior of the underlying filter and it is somewhat useful, as it allows preserving the point IDs. You can use the clean option in Surface toolbox...