Fix unit test error on Windows

This commit is contained in:
Sybren A. Stüvel 2017-07-14 09:53:20 +02:00
parent c9817c67fc
commit 0f793ee606
Notes: blender-bot 2023-02-14 07:45:40 +01:00
Referenced by issue #48819, Multiscatter GGX converges to different result (Path vs Branched Path)
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ BLACKLIST = {
'io_import_dxf', # Because of cydxfentity.so dependency
# The unpacked wheel is only loaded when actually used, not directly on import:
"io_blend_utils/blender_bam-unpacked.whl",
os.path.join("io_blend_utils", "blender_bam-unpacked.whl"),
}
# Some modules need to add to the `sys.path`.