Skip to content

Instantly share code, notes, and snippets.

@retsyo
retsyo / duplicate_tools.py
Created April 23, 2018 02:07 — forked from nedrops/duplicate_tools.py
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
Red [needs: view]
turtle: #()
win: layout [ panel [
tfield: base 500x500 white draw []
origin tfield/offset tlayer: base 500x500 255.255.255.255 draw [] ]
panel [
text "History" return history: text-list 200x350 data [] return
panel [ button "Save" [save request-file history/data]