Skip to content

Instantly share code, notes, and snippets.

View alisinan's full-sized avatar

ali sinan alisinan

View GitHub Profile
@alisinan
alisinan / batch_unwrap.py
Created February 24, 2022 12:03 — forked from orels1/batch_unwrap.py
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",
}