mirror of
https://github.com/godotengine/godot-tests.git
synced 2025-12-31 13:48:10 +03:00
Adds a note on the purpose of the blend_export.py script.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user