mirror of
https://github.com/blender/blender-addons-contrib.git
synced 2025-07-23 00:49:46 +00:00
Extensions: correct commands in script headers
This commit is contained in:
@ -2,8 +2,10 @@
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
# TODO:
|
||||
# /src/blender/blender.bin --background -noaudio --python tests/test_blender.py -- --verbose
|
||||
"""
|
||||
Test with command:
|
||||
make test
|
||||
"""
|
||||
|
||||
# NOTE:
|
||||
# Currently this sets up an environment and runs commands.
|
||||
|
@ -2,7 +2,10 @@
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
# ./blender.bin --background -noaudio --python tests/python/bl_pyapi_text.py -- --verbose
|
||||
"""
|
||||
Test with command:
|
||||
make test_blender BLENDER_BIN=$PWD/../../../blender.bin
|
||||
"""
|
||||
|
||||
import json
|
||||
import os
|
||||
|
Reference in New Issue
Block a user