Open
Description
The animation spec currently allows a channel.path
value of "weights"
, for a sampler that must provide keyframe values for all available morph targets on the mesh. It would be useful to provide a mechanism of animating the weights of a single target, or perhaps an arbitrary subset, for two reasons:
- Filesize: If only one target needs to be animated for an effect, providing 0s for other targets is wasted space.
- Composability: Animation like facial expressions may be composed from multiple targets. For example, consider an animation that moves the character's mouth, and another that animates the eyebrows. Ideally those animations could be played together or separately, but playing them together may have unwanted effects if the eye animation includes weight=0 for the mouth targets.
I mentioned this in #1301, as I think that extension (if it moves forward) would be a good place to address this feature. Filing a new bug, though, just so that it's tracked for reference.
Metadata
Metadata
Assignees
Labels
No labels