Adds a note on the purpose of the blend_export.py script.

This commit is contained in:
Erik Abair
2021-02-10 21:45:38 -08:00
parent e9f2e06b9e
commit 1f84bd8526

View File

@@ -1,4 +1,13 @@
# blender --background --python .\blend_export.py
#! blender --background --python .\blend_export.py
"""
Automates the regeneration of various export formats from golden blend files.
Note: In environments that do not support shebang execution, Blender may be
invoked from the command line with the arguments from the first line of this
script.
"""
import bpy
import posixpath
import shutil