Merge pull request #1547 from ynput/enhancement/store-host-name-to-version

Publish: Store host name to version entity data
This commit is contained in:
Jakub Trllo 2025-11-18 12:06:29 +01:00 committed by GitHub
commit d1a410c7fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -457,6 +457,9 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
else:
version_data[key] = value
host_name = instance.context.data["hostName"]
version_data["host_name"] = host_name
version_entity = new_version_entity(
version_number,
product_entity["id"],