mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
assetEntity is not on context data
This commit is contained in:
parent
92bc7c12f9
commit
a73ba98209
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ class CollectSequenceFrameData(pyblish.api.InstancePlugin):
|
|||
def get_frame_data_from_repre_sequence(self, instance):
|
||||
repres = instance.data.get("representations")
|
||||
parent_entity = (
|
||||
instance.context.data.get("assetEntity")
|
||||
instance.data.get("assetEntity")
|
||||
or instance.context.data["projectEntity"]
|
||||
)
|
||||
if repres:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue