Advanced Blender: Python Scripting培训
Introduction
Blender in Depth
Processes and components used in Blender
Blender operators, property, and the info window
Python Overview
Syntax and structure
Bpy library
Preparing the Development Environment
Installing and configuring Blender
Setting up the console window
Importing the bpy library
Python Scripts in Blender
Creating a simple script
Using a template
Running scripts automatically
Blender Interfaces
Drawing elements
Using templates
Working with existing panels
Creating a menu structure
Building a panel layout
Customize Add-Ons
Implementing an add-on framework
Building an operator framework
Applying re-do last properties
Publishing add-on
Using an extra operator
Summary and Conclusion