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.
31 lines
210 B
Plaintext
31 lines
210 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
*.egg-info/
|
|
.env
|
|
.venv/
|
|
|
|
# VSCode
|
|
.vscode/
|
|
|
|
# PyInstaller build
|
|
build/
|
|
dist/
|
|
*.spec
|
|
|
|
# OS/Editor
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Data
|
|
*.vmd
|
|
|
|
# Wheel/egg
|
|
*.egg
|
|
*.whl
|