mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
do not skip entity changes if does not have any type specific custom attributes
This commit is contained in:
parent
9a70742c61
commit
761de7339d
1 changed files with 1 additions and 1 deletions
|
|
@ -1815,7 +1815,7 @@ class SyncToAvalonEvent(BaseEvent):
|
|||
|
||||
# Ftrack's entity_type does not have defined custom attributes
|
||||
if ent_cust_attrs is None:
|
||||
continue
|
||||
ent_cust_attrs = []
|
||||
|
||||
for key, values in ent_info["changes"].items():
|
||||
if key in hier_attrs_keys:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue