Welcome to mirror list, hosted at ThFree Co, Russian Federation.

import_bpy.py « blender_as_python_module « tests - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 223ed998707545dc43c8fae0e75a267da43df064 (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: GPL-2.0-or-later

# Add directory with module to the path.
import sys
sys.path.append(sys.argv[1])

# Just import bpy and see if there are any dynamic loader errors.
import bpy