ynput / ayon-python-api

Apache License 2.0
8 stars 3 forks source link

EntityHub: Entity data updates #151

Closed iLLiCiTiT closed 3 months ago

iLLiCiTiT commented 3 months ago

Description

Be able to handle data changes correctly. Removed keys are unset on entities

Additional information

Data on entity can be updated per root key, so if a key should be removed we should actually set it's value to None. That is now handled automatically.