How to Use My Python Scripts With Blender
The Blender compiler software lets you create 3-D graphics and animations for movies and Web pages. Blender includes a Python interpreter, so you can use the Python language with your animations. To use Python with Blender scripts, you must import your Python code into the Blender project. After you import the source code, you can use Blender to test and debug the code.
Instructions
-
-
1
Open the Blender software on your desktop. Open the animation project you want to use with your Python script.
-
2
Click the "File" menu item and select "Import." Click the Python script file you want to use and click "Import" to import the code into the project.
-
-
3
Click the "Debug" menu item and select "Run" to run the script in the Blender compiler. If any errors are found, the debugger displays the errors in the results panel.
-
1