mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
query also pype group in ftrack attributes
This commit is contained in:
parent
5205e1773e
commit
ce3271de02
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ def get_avalon_attr(session, split_hierarchical=True):
|
|||
cust_attrs_query = (
|
||||
"select id, entity_type, object_type_id, is_hierarchical, default"
|
||||
" from CustomAttributeConfiguration"
|
||||
" where group.name = \"avalon\""
|
||||
" where group.name in (\"avalon\", \"pype\")"
|
||||
)
|
||||
all_avalon_attr = session.query(cust_attrs_query).all()
|
||||
for cust_attr in all_avalon_attr:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue