Skip to content

Don't call Modified until modifications are complete

David Gobbi requested to merge dgobbi/vtk:transform-modified into master

Some people use vtkModifiedEvent to to respond to changes in the transform. If Modified is called when the transform is in an intermediate or inconsistent state, bad behavior results.

Merge request reports