Andras Lasso
Andras Lasso
> The PL_1-1, PL_1-2, PL_1-3 style of naming of points is also consistent with the way open and closed curve points are named. PL is longer than F, which is...
@jamesobutler do you think there is anything left other than renaming vtkMRMLMarkupsFiducialNode to vtkMRMLMarkupsPointListNode? It would be nice to rename vtkMRMLMarkupsFiducialNode to vtkMRMLMarkupsPointListNode, but it would be a very disruptive...
Everything but renaming vtkMRMLMarkupsFiducialNode to vtkMRMLMarkupsPointListNode has been implemented. We'll get back to this class rename after Slicer5 is released.
Thanks for working on this! We'll also need to include this VTK fix that allows debug builds on Windows: https://gitlab.kitware.com/vtk/vtk/-/merge_requests/12133
Thanks a lot, I've tested the build on Windows and it worked well. It would be great if you could rebase on the latest main and check if using the...
@jamesobutler this seems to work well now. If everything looks good to you, too, then please merge. Thanks a lot!
Awesome, thank you!
Probably the most robust solution would be to build the launcher with startic linking, including the MSVC runtime. Otherwise the DLLs would need to be in the same folder olad...
@jamesobutler how do you run `"%LOCALAPPDATA%\slicer.org\Slicer 5.7.0-2024-07-02\lib\Slicer-5.7\cli-modules\ResampleScalarVolume.exe"`? Can you provide a full command line? The launcher sets up paths, but DLLs are ignored if there are suitable DLLs in system...
We should not need any redistributables, as the launcher is built statically and all other DLLs are in the paths set by the launcher. Could you try to temporarily remove...