mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-07 21:31:56 +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,
|
value=8192,
|
||||||
values=(1024, 2048, 4096, 8192, 16384),
|
values=(1024, 2048, 4096, 8192, 16384),
|
||||||
exclusive=True,
|
exclusive=True,
|
||||||
uid=[],
|
uid=[0],
|
||||||
),
|
),
|
||||||
desc.IntParam(
|
desc.IntParam(
|
||||||
name='padding',
|
name='padding',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue