mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-03 11:21:52 +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,
|
||||
uid=[0],
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='useUDIM',
|
||||
label='Use UDIM',
|
||||
description='Use UDIM UV mapping.',
|
||||
value=True,
|
||||
uid=[0],
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='fillHoles',
|
||||
label='Fill Holes',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue