Closed dmarx closed 1 year ago
last working release was v0.3.0, breaks in v0.3.1 so probably some issue introduced with serialization
calling the pg = params
change on line 323 the most likely culprit https://github.com/dmarx/keyframed/compare/v0.3.0...v0.3.1#diff-e0d4dbdc13ca03d4b8ee8f590b00bad1c2cdd997bf7b7cde69020171dd24ce42R323
all the more reason to separate the Composition
type from a ParameterComposition
type or whatever. CompositionGroup
, I dunno.
issue had to do with auto-labeling of compositions. fixed with v0.3.5
noticed when trying to reproduce issue here: https://github.com/dmarx/keyframed/issues/52