mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Publish user defined attributes option.
This commit is contained in:
parent
f037074747
commit
eae25bbf0b
3 changed files with 20 additions and 2 deletions
|
|
@ -33,6 +33,7 @@ class CreatePointCache(plugin.Creator):
|
|||
self.data["refresh"] = False # Default to suspend refresh.
|
||||
|
||||
# Add options for custom attributes
|
||||
self.data["includeUserDefinedAttributes"] = True
|
||||
self.data["attr"] = ""
|
||||
self.data["attrPrefix"] = ""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue