Andras Lasso

Results 869 comments of Andras Lasso

This error is typically due to that you (or any of the extensions you installed) installed SimpleITK from PyPI and that overwrote Slicer's SimpleITK. SimpleITK installed from PyPI does not...

Fixed by https://github.com/Slicer/Slicer/pull/7699

@Sunderlandkyl could you help with this? I'm wondering what could be a good solution: - somehow force visibility=true for the control point where the property label is displayed - determine...

If the control points are visible but they get hidden then the control point visibility output is not updated anymore, so the property label is stuck at "always displayed" state....

If numpy maintainers do this right, making changes gradually (using deprecation warnings for several years before any breaking change takes effect) then the transition will be smooth. No packages will...

I experienced similar issues before: On some computers sometimes after various visualization option changes, not all views are updated until the mouse is moved. It might be some low-level VTK,...

It seems the problem was specific to one computer. Closing this issue due to not having any activity in it for almost 6 months.

This patch would break the display of this message. Could you please check if replacing `QLatin1String` by `QString` fixes the compilation issue? If yes, then that would be a better...

Fixed - see https://github.com/commontk/CTK/issues/1196