mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-03 03:11:56 +02:00
[nodes] add semantic to customize attibute UI
This commit is contained in:
parent
a0f12743a5
commit
dc3f4dd2be
3 changed files with 60 additions and 20 deletions
|
@ -37,6 +37,7 @@ class ImageMasking(desc.CommandLineNode):
|
|||
name='hue',
|
||||
label='Hue',
|
||||
description='Hue value to isolate in [0,1] range. 0 = red, 0.33 = green, 0.66 = blue, 1 = red.',
|
||||
semantic='color/hue',
|
||||
value=0.33,
|
||||
range=(0, 1, 0.01),
|
||||
uid=[0]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue