Skip to content

Instantly share code, notes, and snippets.

@orels1
orels1 / batch_unwrap.py
Created June 13, 2021 22:37
Blender Addon: Batch Smart Unwrap
import bpy
bl_info = {
"name": "Batch Smart Unwrap",
"description": "Unwraps all the selected objects one by one using Smart UV Project.",
"author": "orels1 and Calo on blender StackExchange",
"version": (1, 0),
"blender": (2, 90, 0),
"category": "Object",
}