https://github.com/twhlynch/grab2model
Convert Grab levels into obj, fbx, or stl files using blender
https://github.com/twhlynch/grab2model
blender grabvr python vr
Last synced: 2 months ago
JSON representation
Convert Grab levels into obj, fbx, or stl files using blender
- Host: GitHub
- URL: https://github.com/twhlynch/grab2model
- Owner: twhlynch
- Created: 2023-08-09T21:50:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-23T11:47:28.000Z (almost 2 years ago)
- Last Synced: 2023-08-23T14:14:17.782Z (almost 2 years ago)
- Topics: blender, grabvr, python, vr
- Language: Python
- Homepage:
- Size: 4.68 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grab2Model
Convert Grab levels into 3d model files that you can use externally.
- Install python 3.10+
- Install Blender and add it to path
- Update `generated` folder from [Slin/GRAB-Level-Format](https://github.com/Slin/GRAB-Level-Format/tree/main) (main/tools/generated)
- Copy `generated` folder into your blender install "Blender X.X\X.X\python\lib" folder
- Run `pip install -r requirements.txt --target "C:\Program Files\Blender Foundation\Blender 3.6\3.6\python\lib"` replacing the target with your blender install
- `blender --background --python Grab2Model.py `> Note: level-joined will likely be scuffed.