Jean-Christophe Fillion-Robin

Results 811 comments of Jean-Christophe Fillion-Robin

`COMP: We no longer need ITKDeperecated library` -> `COMP: Update vtkITK removing obsolete ITKDeprecated dependency`

@ebrahimebrahim The section above provides some guidance on how to generate new assets.

> Unfortunately, the PyTorch version currently available in 3D Slicer is limited to 2.6 In a few days, the version of Python integrated in Slicer will be updated from `3.9.10`...

Few comments: * Since the code path associated with Qt5 has been working, I would suggest to explicitly support Qt6 instead of a generic approach. * Related to detection of...

## Possible approaches ### (1) Introduce a single "compat" header (centralize the workaround) Add `ctkPythonQtDcmtkCompat.h` that enforces a safe include order and centralizes the macro hygiene: * Includes Python first...

Thanks for the patch ... in an attempt to detect and provide a meaningful error, i did added the following check recently, I am wondering why no message have been...

Related discussion: * https://discourse.slicer.org/t/proposal-install-simpleitk-from-wheels-instead-of-building-from-source/25635

@HarryDC This may be relevant in the context of the `SlicerPipelines` extension "wrapping"[^1] editor effects. [^1]: https://github.com/KitwareMedical/SlicerPipelines/blob/210f287ce58ce8370440e8f10b8613279b76c10f/PipelineModules/_PipelineModules/SegmentEditorWrapping.py

Thanks for the patch... out of curiosity, is this fixing and issue ? Or just being explicit about the dependencies since CTK is already by requesting wrapping? ``` ... -DCTK_LIB_Scripting/Python/Core:BOOL=ON...