Scripting#
Blender has a Python API, which means whatever you can do in its GUI, you can also achieve with Python scripts. Let’s see the power of scripting in this chapter.
Note
This chapter requires basic Python knowledge, if you have finished all other chapters but never used Python, check out this playlist.