mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +02:00
[nodes] PanoramaInit: remove fake dependency
This commit is contained in:
parent
7df64ec1eb
commit
d45fcab2e4
1 changed files with 0 additions and 13 deletions
|
@ -79,19 +79,6 @@ This node allows to setup the Panorama:
|
||||||
joinChar=",",
|
joinChar=",",
|
||||||
enabled=lambda node: node.initializeCameras.value == "Spherical",
|
enabled=lambda node: node.initializeCameras.value == "Spherical",
|
||||||
),
|
),
|
||||||
desc.ListAttribute(
|
|
||||||
elementDesc=desc.File(
|
|
||||||
name="dependency",
|
|
||||||
label="",
|
|
||||||
description="",
|
|
||||||
value="",
|
|
||||||
uid=[],
|
|
||||||
),
|
|
||||||
name="dependency",
|
|
||||||
label="Dependency",
|
|
||||||
description="Folder(s) in which computed features are stored. (WORKAROUND for valid Tractor graph submission)",
|
|
||||||
group="forDependencyOnly", # not a command line argument
|
|
||||||
),
|
|
||||||
desc.BoolParam(
|
desc.BoolParam(
|
||||||
name="useFisheye",
|
name="useFisheye",
|
||||||
label="Full Fisheye",
|
label="Full Fisheye",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue