Vous êtes sur la page 1sur 1

Code snippets. Introduction to scripting with Blender 2.5x. Second edition, expanded and updated for Blender 2.

54 r32510 To run a single script, load it into Blender's text editor and press the Run but ton, or hit Alt-P. To run most script, load batch.py and run it. The user interface scripts and the fluid simulation are not included in the batch job. It is assumed that all scripts are located in the ~/snippets/scripts folder, whe re ~ is your home directory, e.g. /home/thomas on Linux, C:\Documents and Settings\thomas on Windows XP, or C :\Users\thomas on Windows Vista. The scripts can be placed anywhere, but path names in some python files (batch.p y, texture.py and uvs.py) must be modified accordingly. Python will inform you if it fails to find the relevant files.

Vous aimerez peut-être aussi