Skip to content

Instantly share code, notes, and snippets.

View stoobit's full-sized avatar

Till Brügmann stoobit

View GitHub Profile
@stoobit
stoobit / main.py
Created January 8, 2026 21:26
A python script that converts models generated by SAM-3D-Body to the USDZ file format using blender.
import bpy
import os
import math
import shutil
# --- CONFIGURATION ---
SOURCE_FOLDER = "/Users/name/.../models_original/"
EXPORT_FOLDER = "/Users/name/.../usdz/"
OBJECTS_TO_KEEP = ["HumanMesh"]