Lots of updates - lua, narrator, logic, models

This commit is contained in:
2025-09-19 04:35:20 +03:00
parent 4249a0238b
commit 62e14cf075
19 changed files with 924 additions and 157 deletions

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

Binary file not shown.

View File

@@ -54,6 +54,20 @@ class ExportMappingMale:
self.files.append({"name": fobj})
class ExportMappingMaleEdited:
blend_path = "assets/blender/" + "edited-normal-male.blend"
gltf_path = "characters/male/normal-male.gltf"
ogre_scene = "characters/male/vroid-normal-male.scene"
inner_path = "Object"
objs = ["male", "Body", "Hair", "Face", "BackHair"]
armature_name = "male"
outfile = "tmp-male.blend"
default_action = 'default'
def __init__(self):
self.files = []
for fobj in self.objs:
self.files.append({"name": fobj})
class ExportMappingMaleClothedEdited:
blend_path = "assets/blender/" + "edited-normal-male.blend"
gltf_path = "characters/male/normal-male.gltf"
ogre_scene = "characters/male/vroid-normal-male.scene"

BIN
assets/blender/vehicles/boat-sails.blend (Stored with Git LFS) Normal file

Binary file not shown.

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

Binary file not shown.