Bookshelf icon indicating copy to clipboard operation
Bookshelf copied to clipboard

Add `limit` parameter to control callback rate in spline stream functions

Open aksiome opened this issue 8 months ago • 0 comments

Feature Name

stream_*

Target Module

bs.spline

Feature Description

It would be useful to add a limit parameter to all stream functions in the spline module. This would control how many times the callback runs per tick.

By default, `limit`` should be set to 1, matching the current behavior.

Additional Context

No response

aksiome avatar Apr 21 '25 10:04 aksiome