mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +02:00
change category description on SketchfabUpload node
This commit is contained in:
parent
e665176209
commit
d661a2b928
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ class SketchfabUpload(desc.Node):
|
||||||
desc.ChoiceParam(
|
desc.ChoiceParam(
|
||||||
name='category',
|
name='category',
|
||||||
label='Category',
|
label='Category',
|
||||||
description='Maximum of 2 categories.',
|
description='Adding categories helps improve the discoverability of your model.',
|
||||||
value='none',
|
value='none',
|
||||||
values=['none',
|
values=['none',
|
||||||
'animals-pets',
|
'animals-pets',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue