mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-06 21:01:59 +02:00
[nodes] Texturing: textureSide invalidates uid
This commit is contained in:
parent
2db26314f8
commit
a92a6f6df9
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class Texturing(desc.CommandLineNode):
|
|||
value=8192,
|
||||
values=(1024, 2048, 4096, 8192, 16384),
|
||||
exclusive=True,
|
||||
uid=[],
|
||||
uid=[0],
|
||||
),
|
||||
desc.IntParam(
|
||||
name='padding',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue