You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per bonsai-rx/bonsai#1083, the ResetCombinatorAttribute will be an explicit opt-in requirement for combinators that need to reset their volatile, non-serializable runtime state.
The CreateTriMesh operator makes use of this for runtime operation, so it should be marked with this attribute starting from next release.
The text was updated successfully, but these errors were encountered:
As per bonsai-rx/bonsai#1083, the
ResetCombinatorAttribute
will be an explicit opt-in requirement for combinators that need to reset their volatile, non-serializable runtime state.The
CreateTriMesh
operator makes use of this for runtime operation, so it should be marked with this attribute starting from next release.The text was updated successfully, but these errors were encountered: