Update client/ayon_core/hosts/maya/plugins/publish/extract_pointcache.py

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Toke Jepsen 2024-04-12 16:49:32 +01:00 committed by GitHub
parent 4b6081a84a
commit 08a4d48aa1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -392,6 +392,7 @@ class ExtractAlembic(publish.Extractor, AYONPyblishPluginMixin):
"userAttr": TextDef( "userAttr": TextDef(
"userAttr", "userAttr",
label="User Attr", label="User Attr",
placeholder="attr1; attr2; ...",
default=cls.userAttr, default=cls.userAttr,
tooltip=( tooltip=(
"Attributes matching by name will be included in the " "Attributes matching by name will be included in the "
@ -402,6 +403,7 @@ class ExtractAlembic(publish.Extractor, AYONPyblishPluginMixin):
"userAttrPrefix": TextDef( "userAttrPrefix": TextDef(
"userAttrPrefix", "userAttrPrefix",
label="User Attr Prefix", label="User Attr Prefix",
placeholder="prefix1; prefix2; ...",
default=cls.userAttrPrefix, default=cls.userAttrPrefix,
tooltip=( tooltip=(
"Attributes starting with these prefixes will be included " "Attributes starting with these prefixes will be included "