widget duplicate port problem
jessdtate opened this issue · 1 comments
jessdtate commented
When using composite widgets (editmeshboudingbox and showandeditdipoles) there are problems when two of the same ports are sent to the same viewscene module -- the transform is applied twice. GenerateSinglePointProbe does not seem to have the same problem, nor does GeneratePointSamplesFromField.
I suppose the ideal solution would be to ignore the second port, but a check and an error would also work.
dcwhite commented
Should be a quick fix in the generic code to back propagate execution requests--check if same originating output port.