gm3 / boomboxheads-v2-assets

Creative Commons Zero v1.0 Universal
2 stars 0 forks source link

Docs: How to use scripts that come with project #16

Open madjin opened 1 year ago

madjin commented 1 year ago

glb_io.py

Blender script that sanitizes a glb model, it's got some hardcoded names in there like BBody and Armature, but people can change that if they wish. Here's a before and after processing like such:

./path/to/blender --background --python glb_io.py

image

Unique.py

Not sure how good this is but it can be used like a rarity score which could help to identify variety and uniqueness.

Compare.py

debugging, to be continued...

gm3 commented 1 year ago
Start-Process -FilePath "C:\Program Files\Blender Foundation\Blender 3.4\blender.exe" -ArgumentList "--background", "--python", "glb_io.py" -NoNewWindow -Wait