From a92a6f6df9ea707aed8ca2d27d7aca2cd48bbf2c Mon Sep 17 00:00:00 2001 From: Yann Lanthony Date: Mon, 20 Nov 2017 19:01:14 +0100 Subject: [PATCH] [nodes] Texturing: textureSide invalidates uid --- meshroom/nodes/aliceVision/Texturing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshroom/nodes/aliceVision/Texturing.py b/meshroom/nodes/aliceVision/Texturing.py index 67779247..9afebd81 100644 --- a/meshroom/nodes/aliceVision/Texturing.py +++ b/meshroom/nodes/aliceVision/Texturing.py @@ -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',