Alan Morris

Results 61 comments of Alan Morris

Should probably wait for the new portal.

Moving to 6.5 release as this does not need to hold back the 6.4 release.

My plan to support contours is to make them explicit in the spreadsheet ("contour_*"), so you would have something like this: | shape_part1 | shape_part2 | contour_boundary| | ----------- |...

How are we generating the shared boundaries?

This should be fairly easy to do, but it's just going to be very time consuming to re-verify all of the use cases. Let's put it off for 6.3 and...

You just need to add this to Info.plist: ``` NSPrincipalClass NSApplication NSHighResolutionCapable True ``` https://doc.qt.io/qt-5/highdpi.html

Also: https://github.com/SCIInstitute/Seg3D/commit/8e734b0d224d177a51811ad36a884b0659e0d8f2 Seems like it was added at some point and then explicitly removed.