mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 09:47:20 +02:00
[nodes] ScenePreview: Use {nodeSourceCodeFolder}
for the script's path
This commit is contained in:
parent
e0b2aafae3
commit
6b9e76d95a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ One frame per viewpoint will be rendered, and the undistorted views can optional
|
|||
name="script",
|
||||
label="Script",
|
||||
description="Path to the internal script for rendering in Blender.",
|
||||
value=os.path.join(currentDir, "scripts", "preview.py"),
|
||||
value=os.path.join("{nodeSourceCodeFolder}", "scripts", "preview.py"),
|
||||
invalidate=False,
|
||||
group="",
|
||||
advanced=True,
|
||||
|
|
Loading…
Add table
Reference in a new issue