This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I could not run compiled nim app if it uses openblas in msys2+mingw64 on win64. | |
I have update nim to the new `git cloned` one, openblas to the latest one too | |
for example, as for https://github.com/mratsim/Arraymancer | |
```bash | |
$ nim | |
Nim Compiler Version 0.17.1 (2017-07-17) [Windows: amd64] | |
Copyright (c) 2006-2017 by Andreas Rumpf |