Sam_Horvath
(Sam Horvath (Kitware))
October 7, 2024, 4:29pm
1
Tomorrow, we will be having our next weekly hangout at 10:00 AM ET until 11:00 AM ET
Anyone is welcome to join at this link: https://bit.ly/slicer-googlemeet-hosted-by-kitware
Agenda:
Please post to this thread to put a topic on the agenda! We will try to prioritize agenda items during the meeting.
Thanks
Sam and J-Christophe
As part of addressing things toward the upcoming slicer stable 5.8, I’d like to discuss the possible integration of the following PR linked blow that I have had open for awhile. We can discuss the behavior change for placing “Draw” effect points and scrolling to another slice offset.
Slicer:main
← jamesobutler:draw-effect-1-point
opened 10:47PM - 31 May 23 UTC
If you are in the "Draw" segment editor effect and click to place one point in t… he given slice offset and then you scroll to another slice offset, you will be unable to place more draw effect points in that offset. It is confusing because that single point does not create an visual UI element, so you are left confused that you actually had started drawing on another slice offset. You currently have to right-click to apply (which does nothing because there is <2 points) and then you can draw on the new slice offset.
This was leading to confusion by our group's users. I have added code so that if you have placed a single point and then scroll to another slice offset, then the draw effect's points are cleared/reset.
I still think it is a little confusing when there are >1 points and the draw effect goes into a "dashed" line state which is difficult to see. It currently looks like a graphical issue. I would rather the draw effect lines stay the same.