This commit is contained in:
Nicholas Butzke
2026-08-02 02:20:02 -04:00
parent 61669627db
commit 922983429e
226 changed files with 34032 additions and 18521 deletions
+5 -2
View File
@@ -18,10 +18,13 @@ class_name RigRoles
const SPINE := ["DEF-hips", "DEF-spine.001", "DEF-spine.002", "DEF-spine.003"]
## Everything either pose layer asks for.
const CANONICAL := SPINE + ["DEF-neck", "DEF-head",
const CANONICAL := [
"DEF-hips", "DEF-spine.001", "DEF-spine.002", "DEF-spine.003",
"DEF-neck", "DEF-head",
"DEF-upper_arm.R", "DEF-forearm.R", "DEF-hand.R",
"DEF-upper_arm.L", "DEF-forearm.L", "DEF-hand.L",
"DEF-thigh.R", "DEF-shin.R", "DEF-thigh.L", "DEF-shin.L"]
"DEF-thigh.R", "DEF-shin.R", "DEF-thigh.L", "DEF-shin.L",
]
## Resolve `names` against a skeleton, given the sidecar's role table.