This commit is contained in:
2025-09-20 23:14:17 +03:00
parent e967844558
commit fea7c71788
18 changed files with 158 additions and 15 deletions

BIN
assets/blender/edited-normal-male.blend (Stored with Git LFS)

Binary file not shown.

BIN
assets/blender/mixamo/female/hanging-climb.fbx (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/blender/mixamo/female/hanging-idle.fbx (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/blender/mixamo/female/sitting.fbx (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/blender/mixamo/male/hanging-climb.fbx (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/blender/mixamo/male/hanging-idle.fbx (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/blender/mixamo/male/sitting.fbx (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -6,7 +6,7 @@ class VRMDataFemale:
editfile = "modelling-vroid-normal-female.blend"
armature_name = "female"
mixamo_animation_path = basepath + "/assets/blender/mixamo/female/"
mixamo_animations = ["idle", "walking", "running", "jump", "left_turn", "right_turn", "swimming", "treading_water"]
mixamo_animations = ["idle", "walking", "running", "jump", "left_turn", "right_turn", "swimming", "treading_water", "sitting", "hanging-climb", "hanging-idle"]
fbx_scale = 0.89
class VRMDataMale:
path = "buch1.vrm"
@@ -14,7 +14,7 @@ class VRMDataMale:
editfile = "modelling-vroid-normal-male.blend"
armature_name = "male"
mixamo_animation_path = basepath + "/assets/blender/mixamo/male/"
mixamo_animations = ["idle", "walking", "running", "jump", "left_turn", "right_turn", "swimming", "treading_water"]
mixamo_animations = ["idle", "walking", "running", "jump", "left_turn", "right_turn", "swimming", "treading_water", "sitting", "hanging-climb", "hanging-idle"]
fbx_scale = 1.0
class VRMDataMaleBabyShape:
path = "buch1-chibi.vrm"

BIN
assets/blender/vehicles/boat.blend (Stored with Git LFS)

Binary file not shown.