Doc:2.6/Manual/Introduction/Installing Blender/Python

提供: wiki
< Doc:2.6‎ | Manual‎ | Introduction‎ | Installing Blender
2018年6月29日 (金) 04:40時点におけるYamyam (トーク | 投稿記録)による版 (1版 をインポートしました)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Python, a Scripting Language

Python Language Logo

Python is an interpreted programming language used in Blender as our main general purpose scripting language.

Python can be used to extend the functionality of Blender with regular installations available from the Blender download page. Blender comes bundled with the appropriate Python libraries, so, for regular usage a full install of Python is not required to run Python scripts.


Users wanting to write their own scripts, compile their own versions of Blender or use some less common features may still need a full Python install.

Users that want full Python functionality should refer to the Python website for installation instructions.