feat: implement automated 3D character pipeline with retargeting and rig management tools

This commit is contained in:
Nicholas Butzke
2026-07-24 20:52:35 -04:00
parent afc954e129
commit 374d9f9822
19 changed files with 3220 additions and 221 deletions
+110
View File
@@ -0,0 +1,110 @@
{
"roles": {
"hips": "DEF-hips",
"head": "DEF-head",
"neck": "DEF-neck",
"spine": [
"DEF-spine.001",
"DEF-spine.002",
"DEF-spine.003",
"DEF-neck",
"DEF-head"
],
"forearm.R": "DEF-forearm.R",
"toe.R": "DEF-toe.R",
"upper_arm.R": "DEF-upper_arm.R",
"shin.L": "DEF-shin.L",
"shin.R": "DEF-shin.R",
"toe.L": "DEF-toe.L",
"hand.R": "DEF-hand.R",
"forearm.L": "DEF-forearm.L",
"foot.R": "DEF-foot.R",
"upper_arm.L": "DEF-upper_arm.L",
"thigh.R": "DEF-thigh.R",
"hand.L": "DEF-hand.L",
"shoulder.R": "DEF-shoulder.R",
"thigh.L": "DEF-thigh.L",
"foot.L": "DEF-foot.L",
"shoulder.L": "DEF-shoulder.L"
},
"chains": [],
"twist": [],
"colliders": [
{
"bone": "DEF-thigh.L",
"child": "DEF-shin.L",
"radius": 0.1245
},
{
"bone": "DEF-thigh.R",
"child": "DEF-shin.R",
"radius": 0.1079
},
{
"bone": "DEF-shin.L",
"child": "DEF-foot.L",
"radius": 0.0762
},
{
"bone": "DEF-shin.R",
"child": "DEF-foot.R",
"radius": 0.0762
}
],
"weights_authored": false,
"driven_bones": [
"DEF-f_index.01.L",
"DEF-f_index.01.R",
"DEF-f_index.02.L",
"DEF-f_index.02.R",
"DEF-f_index.03.L",
"DEF-f_index.03.R",
"DEF-f_middle.01.L",
"DEF-f_middle.01.R",
"DEF-f_middle.02.L",
"DEF-f_middle.02.R",
"DEF-f_middle.03.L",
"DEF-f_middle.03.R",
"DEF-f_pinky.01.L",
"DEF-f_pinky.01.R",
"DEF-f_pinky.02.L",
"DEF-f_pinky.02.R",
"DEF-f_pinky.03.L",
"DEF-f_pinky.03.R",
"DEF-f_ring.01.L",
"DEF-f_ring.01.R",
"DEF-f_ring.02.L",
"DEF-f_ring.02.R",
"DEF-f_ring.03.L",
"DEF-f_ring.03.R",
"DEF-foot.L",
"DEF-foot.R",
"DEF-forearm.L",
"DEF-forearm.R",
"DEF-hand.L",
"DEF-hand.R",
"DEF-head",
"DEF-hips",
"DEF-neck",
"DEF-shin.L",
"DEF-shin.R",
"DEF-shoulder.L",
"DEF-shoulder.R",
"DEF-spine.001",
"DEF-spine.002",
"DEF-spine.003",
"DEF-thigh.L",
"DEF-thigh.R",
"DEF-thumb.01.L",
"DEF-thumb.01.R",
"DEF-thumb.02.L",
"DEF-thumb.02.R",
"DEF-thumb.03.L",
"DEF-thumb.03.R",
"DEF-toe.L",
"DEF-toe.R",
"DEF-upper_arm.L",
"DEF-upper_arm.R",
"root"
]
}