mirror of
https://github.com/barkeser2002/VMD-Motion-Optimizer.git
synced 2026-09-25 02:30:14 +03:00
- Implemented `optimize_vmd.py`, a comprehensive VMD motion optimizer that includes features for position and rotation simplification, depth alignment removal, and ground stabilization. - Introduced `peek_bytes.py`, a utility script for inspecting byte data from VMD files. - Created `version.txt` to track the version of the VMD Motion Optimizer, initialized to 0.1.0.
6 lines
102 B
Plaintext
6 lines
102 B
Plaintext
PyQt6>=6.5
|
|
numpy>=1.26
|
|
tqdm>=4.66
|
|
# Derleme için (geliştirici makinesinde gerekir)
|
|
pyinstaller>=6.0
|