Assign colors
- Render view is not updated after colors are changed.
- Running multiple times with different selections appears to use the old selection.
marked the checklist item Render view is not updated after colors are changed. as completed
The first problem is fixed by !1320 (merged) .
The latter problem (running multiple times) is because the operator panel does not observe the selection and continuously update the associations for the currently-shown operation parameters. Instead, the associations are only changed when a user double-clicks on the operation in the list of available operations.
mentioned in merge request !1355 (merged)
marked the checklist item Running multiple times with different selections appears to use the old selection. as completed
Now the associations are shown explicitly as part of the operator's parameters and can be updated with the copy from selection
button. Please close the issue if this is sufficient.
assigned to @bob.obara and unassigned @dcthomp
added triage:ready-for-review label