Skip to content

ENH: Reduce the number of times a Resource's VTK Pipeline is updated

  • pqSMTKResource was always emitting its operationOccurred signal (which would cause it's VTK objects to update) when observing an operation even if it's resource was not effected by the operation with the exception of attribute's Signal and operation's MarkModified operations. This will now only happen if its resource was effected by the operation.

  • Changed vtkSMTKResourceSource to modify its converter instance when the source is being modified instead of during RequestData.

Merge request reports