mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-21 02:27:15 +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',
|
name='outputHeightMapFileType',
|
||||||
label='HeightMap File Type',
|
label='HeightMap File Type',
|
||||||
description='HeightMap Texture File Type',
|
description='HeightMap Texture File Type',
|
||||||
value='png',
|
value='exr',
|
||||||
values=('', 'jpg', 'png', 'tiff', 'exr'),
|
values=('', 'exr'),
|
||||||
exclusive=True,
|
exclusive=True,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue