Humans: add visemes (resolves Facepunch/sbox-issues#8262) (#3565)

This commit is contained in:
Maxime Lebled
2025-12-05 16:01:50 +01:00
committed by GitHub
parent 18ec2c5b55
commit b8c0cae46d
3 changed files with 2405 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
<!-- kv3 encoding:text:version{e21c7f3c-8a33-41c5-9977-a76d3a32aa0d} format:modeldoc29:version{3cec427c-1b0e-4d48-a90a-0436f33a6041} -->
<!-- kv3 encoding:text:version{e21c7f3c-8a33-41c5-9977-a76d3a32aa0d} format:modeldoc30:version{8c2d7a91-9c42-4bf0-883a-5a3b1762d4f1} -->
{
rootNode =
{
@@ -470,6 +470,10 @@
_class = "Prefab"
target_file = "models/citizen_human/prefabs/human_animationlist_menu.vmdl_prefab"
},
{
_class = "Prefab"
target_file = "models/citizen_human/prefabs/human_animationlist_visemes.vmdl_prefab"
},
]
default_root_bone_name = "pelvis"
},
@@ -566,20 +570,6 @@
},
]
},
{
_class = "ClothShapeList"
children =
[
{
_class = "Prefab"
target_file = "models/citizen_human/prefabs/human_clothshapelist_lower.vmdl_prefab"
},
{
_class = "Prefab"
target_file = "models/citizen_human/prefabs/human_clothshapelist_upper.vmdl_prefab"
},
]
},
{
_class = "BodyGroupList"
children =

View File

@@ -1,4 +1,4 @@
<!-- kv3 encoding:text:version{e21c7f3c-8a33-41c5-9977-a76d3a32aa0d} format:modeldoc29:version{3cec427c-1b0e-4d48-a90a-0436f33a6041} -->
<!-- kv3 encoding:text:version{e21c7f3c-8a33-41c5-9977-a76d3a32aa0d} format:modeldoc30:version{8c2d7a91-9c42-4bf0-883a-5a3b1762d4f1} -->
{
rootNode =
{
@@ -243,6 +243,10 @@
_class = "Prefab"
target_file = "models/citizen_human/prefabs/human_animationlist_menu.vmdl_prefab"
},
{
_class = "Prefab"
target_file = "models/citizen_human/prefabs/human_animationlist_visemes.vmdl_prefab"
},
]
default_root_bone_name = "pelvis"
},
@@ -339,20 +343,6 @@
},
]
},
{
_class = "ClothShapeList"
children =
[
{
_class = "Prefab"
target_file = "models/citizen_human/prefabs/human_clothshapelist_lower.vmdl_prefab"
},
{
_class = "Prefab"
target_file = "models/citizen_human/prefabs/human_clothshapelist_upper.vmdl_prefab"
},
]
},
{
_class = "BodyGroupList"
children =

View File

File diff suppressed because it is too large Load Diff