Update server_addon/maya/server/settings/publishers.py

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Toke Jepsen 2024-04-05 08:14:35 +01:00 committed by GitHub
parent b5a5ad4a28
commit aa2e6c905c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -505,7 +505,7 @@ class ExtractAlembicModel(BaseSettingsModel):
)
userAttrPrefix: str = SettingsField(
title="User Attr Prefix",
placeholder="attr1;attr2",
placeholder="prefix1;prefix2",
description=(
"Attributes starting with these prefixes will be included in the "
"Alembic export. Attributes should be separated by semi-colon `;`"