mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
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:
parent
4b6081a84a
commit
08a4d48aa1
1 changed files with 2 additions and 0 deletions
|
|
@ -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 "
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue