mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
disabled attributes options for now
This commit is contained in:
parent
4e2ff4bd13
commit
6a599da37a
1 changed files with 7 additions and 7 deletions
|
|
@ -63,9 +63,9 @@ class PrepareProject(BaseAction):
|
|||
|
||||
root_items = self.prepare_root_items(anatomy)
|
||||
|
||||
ca_items, multiselect_enumerators = (
|
||||
self.prepare_custom_attribute_items(project_defaults)
|
||||
)
|
||||
# ca_items, multiselect_enumerators = (
|
||||
# self.prepare_custom_attribute_items(project_defaults)
|
||||
# )
|
||||
|
||||
self.log.debug("Heavy items are ready. Preparing last items group.")
|
||||
|
||||
|
|
@ -94,7 +94,7 @@ class PrepareProject(BaseAction):
|
|||
"value": "<h3>Set basic Attributes:</h3>"
|
||||
})
|
||||
|
||||
items.extend(ca_items)
|
||||
# items.extend(ca_items)
|
||||
|
||||
# This item will be last (before enumerators)
|
||||
# - sets value of auto synchronization
|
||||
|
|
@ -108,9 +108,9 @@ class PrepareProject(BaseAction):
|
|||
# Add autosync attribute
|
||||
items.append(auto_sync_item)
|
||||
|
||||
# Add enumerator items at the end
|
||||
for item in multiselect_enumerators:
|
||||
items.append(item)
|
||||
# # Add enumerator items at the end
|
||||
# for item in multiselect_enumerators:
|
||||
# items.append(item)
|
||||
|
||||
return {
|
||||
"items": items,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue