Merge branch 'feature/ftrack_group_is_fwd_compatible' into 2.x/develop

This commit is contained in:
Milan Kolar 2020-08-07 14:48:40 +02:00
commit edd79ade52
2 changed files with 3 additions and 3 deletions

View file

@ -85,8 +85,8 @@ def get_pype_attr(session, split_hierarchical=True):
cust_attrs_query = (
"select id, entity_type, object_type_id, is_hierarchical, default"
" from CustomAttributeConfiguration"
" where group.name in (\"{}\", \"avalon\")"
).format(CUST_ATTR_GROUP)
" where group.name in (\"avalon\", \"pype\")"
)
all_avalon_attr = session.query(cust_attrs_query).all()
for cust_attr in all_avalon_attr:
if split_hierarchical and cust_attr["is_hierarchical"]:

View file

@ -1 +1 @@
__version__ = "2.11.1"
__version__ = "2.11.3"