mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-30 17:36:33 +02:00
[nodes] export heightmaps only in .exr
This commit is contained in:
parent
9be057090b
commit
979fbde24b
1 changed files with 2 additions and 2 deletions
|
@ -91,8 +91,8 @@ Many cameras are contributing to the low frequencies and only the best ones cont
|
|||
name='outputHeightMapFileType',
|
||||
label='HeightMap File Type',
|
||||
description='HeightMap Texture File Type',
|
||||
value='png',
|
||||
values=('', 'jpg', 'png', 'tiff', 'exr'),
|
||||
value='exr',
|
||||
values=('', 'exr'),
|
||||
exclusive=True,
|
||||
uid=[0],
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue