Get started with Python in Blender

-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

Get started with Python in Blender
Get Started with TopCoder in Python (2020 Edition)
[Blender x Python] Let's get started with Blender Python !!
Get started with Python! ~ ② Grammar ~
Get started with Python! ~ ① Environment construction ~
I tried to get started with blender python script_Part 01
I tried to get started with blender python script_Part 02
How to get started with Python
Get additional data in LDAP with python
Django 1.11 started with Python3.6
1.1 Getting Started with Python
Getting Started with Python
Run Blender with python
Operate Blender with Python
Get started with MicroPython
Get date in Python
Get date with python
Get started with Mezzanine
Getting Started with Python
Python hand play (let's get started with AtCoder?)
Get started with Python on macOS Big Sur
Getting started with AWS IoT easily in Python
A layman wants to get started with Python
[Cloud102] # 1 Get Started with Python (Part 1 Python First Steps)
Settings for getting started with MongoDB in python
Get started with Python in 30 minutes! Development environment construction & learn basic grammar
Get YouTube Comments in Python
Get country code with python
Getting Started with Python Functions
Scraping with selenium in Python
Get last month in python
Working with LibreOffice in Python
Get Twitter timeline with python
Scraping with chromedriver in python
Get started with influxDB + Grafana
Debugging with pdb in Python
Get Youtube data with python
Getting Started with Python Django (1)
Get started with Django! ~ Tutorial ④ ~
Scraping with Selenium in Python
Getting Started with Python Django (4)
Getting Started with Python Django (3)
Scraping with Tor in Python
Get started with Django! ~ Tutorial ⑥ ~
Tweet with image in Python
Get Terminal size in Python
Explicitly get EOF in python
Combined with permutations in Python
Get thread ID with python
Getting Started with Python Django (6)
Get home directory with python
Get keyboard events with python
IfcOpenShell python bindings get started
Python3 | Getting Started with numpy
Getting Started with Python Django (5)
Generate 8 * 8 (64) cubes in Blender Python
Get Alembic information with Python
Get Japanese synonyms in Python
[Python] Get the numbers in the graph image with OCR
Get standard output in real time with Python subprocess
Super Primer to python-Getting started with python3.5 in 3 minutes