Skip to content

Instantly share code, notes, and snippets.

@nedrops
nedrops / duplicate_tools.py
Last active July 6, 2019 17:33
blender用アドオン
bl_info = {
"name": "Duplicate Tools",
"author": "kuku",
"version": (1, 0),
"blender": (2, 79, 0),
"description": "Duplicate and fit to the face",
"support": "TESTING",
"category": "Object"
}
import bpy
bl_info = {
"name": "N Tools",
"author": "kuku",
"version": (2, 1),
"blender": (2, 79, 0),
"description": "Duplicate Tools, Auto Connect and Cut With Planes",
"support": "TESTING",
"category": "Object"
}
import bpy