25
I Use This!
High Activity

News

Analyzed 2 days ago. based on code collected 3 days ago.
Posted almost 7 years ago by lassoan
BUG: Fixed warping of markup fiducial labels Warping of markup fiducial labels was caused by using perspective projection in overlay renderer's camera. See details in commontk/CTK#720. By switching to parallel projection, default scaling of widgets ... [More] have to be adjusted, and all other renderers should also use parallel projection to make point placing for widgets invariant to the renderer that is picked. [Less]
Posted almost 7 years ago by lassoan
BUG: Fixed build watning in vtkOrientedImageDataResample thresholding Use double value for threshold and convert it to specific type in a safe manner. Fixes #4229 (https://issues.slicer.org/view.php?id=4229)
Posted almost 7 years ago by lassoan
ENH: Removed terminology support from Colors module Terminologies are now managed by a dedicated module (Terminologies) and used in segmentations modules. Fixes #4320 (https://issues.slicer.org/view.php?id=4320)
Posted almost 7 years ago by lassoan
ENH: Improved segment editor interaction mode modification handling Removed unnecessary default Python implementation of interactionNodeChanged. Modified interactionNodeChanged -> interactionNodeModified to more clearly indicate that the node selection did not change, only the node content was modified.
Posted almost 7 years ago by lassoan
ENH: Made scene modification detection more accurate vtkMRMLScene::GetModifiedSinceRead() is used for deciding if scene file should be offered for saving by default in the Save dialog. The behavior was to only offer to save the scene if nodes were ... [More] added/removed, but that lead to losing data if the user accepted default save dialog settings. For example, save scene, change some display parameters, save scene -> scene mrml file was not offered to be saved by default. [Less]
Posted almost 7 years ago by lassoan
ENH: Deactivate segment editor effect if markups placement mode activated If user clicks on the toolbar to change the mouse mode to place markup fiducial, ruler, or ROI, segment editor deactivates the current effect, to make sure there is no ... [More] double-action (for example, place fiducial & paint). If an effect requires markup placement, it must override the interactionNodeChanged(vtkMRMLInteractionNode* interactionNode) method and replace default behavior (with an empty method). Fixes #4384 (https://issues.slicer.org/view.php?id=4384) [Less]
Posted almost 7 years ago by lassoan
ENH: Avoid recheck of CMake SSL capability Reconfiguring Slicer required internet connection for CMake SSL test to pass. It caused inconvenience when Slicer build was attempted from an unstable network connection. Fixes #4326 (https://issues.slicer.org/view.php?id=4326)
Posted almost 7 years ago by lassoan
ENH: Removed legacy BSplineToDeformationField module BSplineToDeformationField could convert certain bspline transform type to displacement field. The module was limited what transform types it can handle. Conversion for all transform types was ... [More] already available for users in the transforms module (and for other modules in the transforms module logic). Remove BSplineToDeformationField module to reduce user confusion (see https://discourse.slicer.org/t/bspline-to-deformation-field-error/503) and reduce overall Slicer core size and maintenance workload. [Less]
Posted almost 7 years ago by ihnorton
STYLE: (DEL?) remove DICOMDiffusionVolumePlugin
Posted almost 7 years ago by lassoan
BUG: Fixed annotation ROI transform hardening Scale was estimated incorrectly. Now the new ROI computed as the smallest bounding box that contains all the transformed corner points. Fixes #4332 (https://issues.slicer.org/view.php?id=4332)