mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 14:22:37 +01:00
moved custom attributes usage in sync event
This commit is contained in:
parent
abbb555498
commit
b151f5dc24
1 changed files with 2 additions and 2 deletions
|
|
@ -1458,8 +1458,6 @@ class SyncToAvalonEvent(BaseEvent):
|
|||
):
|
||||
return
|
||||
|
||||
cust_attrs, hier_attrs = self.avalon_cust_attrs
|
||||
|
||||
parent_changes = []
|
||||
hier_cust_attrs_ids = []
|
||||
hier_cust_attrs_keys = []
|
||||
|
|
@ -1544,6 +1542,8 @@ class SyncToAvalonEvent(BaseEvent):
|
|||
self.update_entities()
|
||||
return
|
||||
|
||||
cust_attrs, hier_attrs = self.avalon_cust_attrs
|
||||
|
||||
# Hierarchical custom attributes preparation ***
|
||||
if all_keys:
|
||||
hier_cust_attrs_keys = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue