- Animations-Import: GLB wird direkt vom Ursprungspfad geladen (kein Zwischenkopieren), J3O in clips/ gespeichert - RetargetingSystem: Translations-Tracks im Full-Retarget-Pfad erhalten (Hips-Y für sit_down) - AnimationLibrary: lädt nur J3O, Clip-Name wird bei applyTo() auf Library-Key umbenannt - SharedInput: animPreviewAddAnimPath → ConcurrentLinkedQueue animImportQueue (Massenimport-Fix) - EditorApp: archiveOriginal() archiviert Originaldateien nach assets/imported/<assettyp>/ - EditorApp: Animations-Unterknoten im Asset-Baum zeigen enthaltene Clip-Namen - Neue Animations-Clips: sit_down, get_up_sitting, sitting, pickup, sprinting u.a. - Voxel: VoxelChunkState entfernt, VoxelChunkNode/MarchingCubes überarbeitet - Map: Voxel-Chunks bereinigt, Terrain-Chunks aktualisiert Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
33 lines
626 B
JSON
33 lines
626 B
JSON
{
|
|
"clips": [
|
|
"get_up_sitting",
|
|
"idle",
|
|
"idle_jump",
|
|
"pickup",
|
|
"running",
|
|
"running_jump",
|
|
"sit_down",
|
|
"sitting",
|
|
"sitting_floor",
|
|
"sprinting",
|
|
"stand_up",
|
|
"tpose",
|
|
"walking"
|
|
],
|
|
"actionMap": {
|
|
"DEFAULT": "tpose",
|
|
"IDLE": "idle",
|
|
"WALK": "walking",
|
|
"RUN": "running",
|
|
"SPRINT": "sprinting",
|
|
"RUNNING_JUMP": "running_jump",
|
|
"JUMP": "idle_jump",
|
|
"PICK_UP": "pickup",
|
|
"SIT_DOWN": "sit_down",
|
|
"SIT_UP": "stand_up",
|
|
"SITTING": "sitting"
|
|
},
|
|
"previewModelPath": "Models/Chars/mainchar.j3o",
|
|
"sinkMap": {},
|
|
"anchorBoneMap": {}
|
|
} |