mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
convert attributes and types to set
This commit is contained in:
parent
a4e84611fe
commit
18297588a5
1 changed files with 3 additions and 0 deletions
|
|
@ -121,6 +121,9 @@ class PushFrameValuesToTaskEvent(BaseEvent):
|
|||
))
|
||||
return
|
||||
|
||||
interest_attributes = set(self.interest_attributes)
|
||||
interest_entity_types = set(self.interest_entity_types)
|
||||
|
||||
# Separate value changes and task parent changes
|
||||
_entities_info = []
|
||||
task_parent_changes = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue