-Start Blender and make it a "Scripting" layout. Then, the layout will have a text editor on the upper left and python's interactive mode at the bottom.
-Script description You can write or run it in interactive mode, but this time I'll do it in an editor. Create it by pressing New (or New if it is not in Japanese) in the text editor on the upper left.
import bpy
Write.
-Script execution Execute with Alt-P ([Alt] + P) in a text editor. The execution result will be displayed in the upper window.
So far is the execution method for the time being. I can use Python, which I am good at, in Blender, so I would like to do various things in the future.
Recommended Posts