mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 00:08:29 +02:00
[nodes] Texturing
Add option useUDIM
This commit is contained in:
parent
9b2338488b
commit
7343cabbfe
1 changed files with 7 additions and 0 deletions
|
@ -68,6 +68,13 @@ class Texturing(desc.CommandLineNode):
|
||||||
exclusive=True,
|
exclusive=True,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
|
desc.BoolParam(
|
||||||
|
name='useUDIM',
|
||||||
|
label='Use UDIM',
|
||||||
|
description='Use UDIM UV mapping.',
|
||||||
|
value=True,
|
||||||
|
uid=[0],
|
||||||
|
),
|
||||||
desc.BoolParam(
|
desc.BoolParam(
|
||||||
name='fillHoles',
|
name='fillHoles',
|
||||||
label='Fill Holes',
|
label='Fill Holes',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue