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
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.
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
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...