mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-24 13:29:01 +08:00
fix: convert constraints fails to convert animations (#1522)
Closes: #1520
This commit is contained in:
parent
713a0d3b1d
commit
dff7f03c2f
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
- [#1522] `Convert Constraints` がアニメーション参照を変換できない問題を修正
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
- [#1522] `Convert Constraints` failed to convert animation references
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
@ -103,7 +103,7 @@ namespace nadena.dev.modular_avatar.core.editor
|
|||||||
};
|
};
|
||||||
var curve = clip.GetFloatCurve(ecb);
|
var curve = clip.GetFloatCurve(ecb);
|
||||||
clip.SetFloatCurve(newBinding, curve);
|
clip.SetFloatCurve(newBinding, curve);
|
||||||
clip.SetFloatCurve(newBinding, null);
|
clip.SetFloatCurve(ecb, null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user