Andras Lasso

Results 869 comments of Andras Lasso

I had a look at this again while discussing a pull request (#6662). @jcfr Thanks for the additional information on ParaView icons. I like the unique, recognizable style of these...

Since introduction of curves in Markups module in Slicer core, CurveMaker extension has become redundant. Instead of investing time into fixing CurveMaker, I would recommend to switch to markup curves,...

Yes, what you describe sounds good. I agree that in the executable Python script it is nicer to catch the exception and print just an error message (and not use...

You only get a stack trace if you don't catch the exception and it is caught by the default exception handler. If you catch the exception in your main function...

Calling sys.exit() in the executable script (such as `totalseg_set_license.py`) is no problem at all, because that is always executed in a separate process. Calling it in the Python API, such...

> It's a known problem that using wrap solidify changes the smoothing factor of all segments @mauigna06 it should be very easy to fix this. We need to save the...

I was confused by what @ferdymercury meant by "loading" images (it rarely makes sense to load dozens of images into Slicer at the same time), but now it is more...

You may also consider submitting the data set to IDC. You can write to Andrey Fedorov via the Slicer Forum at https://discourse.slicer.org/t/sliceridcbrowser-extension-released/32279?u=lassoan

Allowing users to peek into neighbor slices during drawing is a very useful feature, but I agree that the dashed line appearance is not clear enough (and when the line...

When a single starting point is dropped then editing is already started. It is just confusing because no preview line is shown, so you don't see the startint point until...