laser_filters icon indicating copy to clipboard operation
laser_filters copied to clipboard

Dynamic setting of params in speckle filter

Open jonbinney opened this issue 5 months ago • 2 comments

Done previously by berend-kupers, but removed during code review because we thought it needed a separate node inside the filter. Here we use the params_interface_ member variable of the filter base class instead of creating a new node.

The callback needs to be post_set_params and not on_set_params because the changes haven't been finalized yet when on_set_params is called.

jonbinney avatar Aug 27 '24 23:08 jonbinney