Merge pull request #1102 from BigRoy/enhancement/borisfx_sillhouette_validate_outdated_containers

Add Silhouette host to defaults of version and outdated containers validators
This commit is contained in:
Roy Nieterau 2025-01-27 13:56:44 +01:00 committed by GitHub
commit dd33962d66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1033,7 +1033,8 @@ DEFAULT_PUBLISH_VALUES = {
"maya",
"nuke",
"photoshop",
"substancepainter"
"substancepainter",
"silhouette",
],
"enabled": True,
"optional": False,
@ -1053,7 +1054,8 @@ DEFAULT_PUBLISH_VALUES = {
"harmony",
"photoshop",
"aftereffects",
"fusion"
"fusion",
"silhouette",
],
"enabled": True,
"optional": True,