Import 2017-06-07 23:51:09: master 34f0a405

Author Committer Branch Timestamp Parent
lassoan lassoan master 2015-05-12 19:01:27 master b4837343
Changeset

BUG: Fixed crash when currently shown linear transform is set

Crash happened when currently shown linear transform was set to a value that has a component that is higher than current threshold.

How to reproduce:

  • Go to Transforms module
  • Create a linear transform
  • Set a translation component to 500 => crash!

t=slicer.util.getNode('LinearTransform_3')
m=vtk.vtkMatrix4x4()
m.SetElement(0,3,500)
t.SetMatrixTransformToParent(m)

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24244 3bd1e089-480b-0410-8dfb-8563597acbee

mod - Libs/MRML/Core/vtkMRMLNode.h Diff File