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

github.com/alicevision/meshroom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'meshroom/nodes/aliceVision/ExportAnimatedCamera.py')
-rw-r--r--meshroom/nodes/aliceVision/ExportAnimatedCamera.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/meshroom/nodes/aliceVision/ExportAnimatedCamera.py b/meshroom/nodes/aliceVision/ExportAnimatedCamera.py
index 4eb378d8..1fc1ac95 100644
--- a/meshroom/nodes/aliceVision/ExportAnimatedCamera.py
+++ b/meshroom/nodes/aliceVision/ExportAnimatedCamera.py
@@ -87,14 +87,14 @@ Based on the input image filenames, it will recognize the input video sequence t
outputs = [
desc.File(
name='output',
- label='Output filepath',
+ label='Filepath',
description='Output filepath for the alembic animated camera.',
value=desc.Node.internalFolder,
uid=[],
),
desc.File(
name='outputCamera',
- label='Output Camera Filepath',
+ label='Camera Filepath',
description='Output filename for the alembic animated camera.',
value=desc.Node.internalFolder + 'camera.abc',
group='', # exclude from command line
@@ -102,7 +102,7 @@ Based on the input image filenames, it will recognize the input video sequence t
),
desc.File(
name='outputUndistorted',
- label='Output Undistorted images Filepath',
+ label='Undistorted images Filepath',
description='Output Undistorted images.',
value=desc.Node.internalFolder + 'undistort',
group='', # exclude from command line