Skip to content

Instantly share code, notes, and snippets.

@Ljiong201108
Ljiong201108 / process_pbr_pack.py
Created February 10, 2026 00:56
A sample python script to process the PBR texture packs for the Radiance mod
import shutil
import argparse
import zipfile
import os
from pathlib import Path
def move_files(root_dir, suffix, target_subfolder):
root = Path(root_dir)
count = 0