FEAT : bind one overlay to multiple living motions (comma-separated keys) #17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/overlay-multi-motion"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A living_motions key may now be a comma-separated list ("WALK,RUN,SNEAK") that
binds every listed motion to the same value, so a reused overlay (e.g. a static
"arms behind back" pose) is declared once instead of duplicated per motion. A
single-motion key overrides a list (broad applied first, specific last); unknown
tokens are skipped individually so the rest of a list still binds.
A living_motions key may now be a comma-separated list ("WALK,RUN,SNEAK") that binds every listed motion to the same value, so a reused overlay (e.g. a static "arms behind back" pose) is declared once instead of duplicated per motion. A single-motion key overrides a list (broad applied first, specific last); unknown tokens are skipped individually so the rest of a list still binds.