added some comments

This commit is contained in:
Loïc Vital 2022-09-21 13:07:41 +02:00 committed by Fabien Castan
parent a574c0fc9b
commit b4f0b5377e
5 changed files with 13 additions and 23 deletions

View file

@ -338,21 +338,12 @@ Convert or apply filtering to the input images.
value=desc.Node.internalFolder,
uid=[],
),
#desc.File(
# name='outputImages',
# label='Output Images',
# description='Output Image Files.',
# value= outputImagesValueFunct,
# group='', # do not export on the command line
# uid=[],
#),
desc.File(
name='outputImages',
label='Output Images',
description='Output Image Files.',
semantic='image',
value=desc.Node.internalFolder + '<VIEW_ID>.exr',
group='', # do not export on the command line
uid=[]
)
value= outputImagesValueFunct,
group='', # do not export on the command line
uid=[],
),
]