mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 17:57:16 +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",
|
name="script",
|
||||||
label="Script",
|
label="Script",
|
||||||
description="Path to the internal script for rendering in Blender.",
|
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,
|
invalidate=False,
|
||||||
group="",
|
group="",
|
||||||
advanced=True,
|
advanced=True,
|
||||||
|
|
Loading…
Add table
Reference in a new issue