do not skip entity changes if does not have any type specific custom attributes

This commit is contained in:
iLLiCiTiT 2021-02-05 14:52:24 +01:00
parent 9a70742c61
commit 761de7339d

View file

@ -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: