Commit Graph
10 Commits
Author SHA1 Message Date
Haï~ b1fbb5f4d8 Add HDR color and update asset lookup:
- Add support for HDR color animation.
- Update asset lookup to look for proxies and masks in the Packages folder.
2023-09-03 15:01:02 +02:00
Haï~ fbda5a01fa (BACKWARDS) Create anomalous default clip:
- Ensure backwards compatibility by creating an anomalous clip to be used by default on animators
2023-09-03 14:59:30 +02:00
Haï~ 9cbdd51964 (BREAKING) Fix double unit conversion when using Frames unit, potentially resulting in 1-keyframe animations. 2023-09-03 14:58:37 +02:00
Haï~ 7bf965824d Use a Unity function to clear sub-state machines:
- The previous method may not have been safe for clearing assets.
2022-05-10 20:06:47 +02:00
Haï~ 77d68dcc0f Add IAacDefaultsProvider.ConfigureStateMachine(...) to position the core nodes 2022-05-10 20:06:47 +02:00
Haï~ 928f4dfe79 Rename NewStateMachine to NewSubStateMachine so that it does not share the same prefix as the more commonly used ".NewState(...)" 2022-05-10 20:06:46 +02:00
galister d2ed56681c add support for sub-state machines 2022-05-10 20:03:40 +02:00
Haï~ 7369355a76 Make some functions in AacFlLayers return themselves instead of void:
- AacFlLayer.OverrideValue(...) overloads now returns itself.
- AacFlLayer.WithAvatarMask(...) now returns itself.
- AacFlLayer.WithAvatarMaskNoTransforms(...) now returns itself.
- AacFlLayer.ResolveAvatarMask(...) now returns itself.
- Other void-returning functions in AAC do not return themselves because:
  - Some of them are meant to be used for cleanup purposes rather than for build purposes, so returning void here creates a usability gap to draw attention.
  - The ones used in animation keyframes marks it as the last operation that consumes the chain, as further calls would not be logical (i.e. .WithOneFrame(...).WithAnimationCurve(...))
2022-05-10 20:02:55 +02:00
Haï~ 573fc7eaef Add AacFlLayer.WithDefaultState(...) to change the default state:
- Add WithDefaultState to change the default state of a layer
2022-03-20 05:19:04 +01:00
Haï~ 58c51926a7 Add Animator As Code 2022-02-27 20:16:34 +01:00