[nodes] Texturing: textureSide invalidates uid

This commit is contained in:
Yann Lanthony 2017-11-20 19:01:14 +01:00
parent 2db26314f8
commit a92a6f6df9

View file

@ -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',