mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
global: removing changes from integrate
This commit is contained in:
parent
a3a839181b
commit
e8a8f86cdf
1 changed files with 0 additions and 8 deletions
|
|
@ -274,14 +274,6 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
|
|||
def register(self, instance, file_transactions, filtered_repres):
|
||||
project_name = legacy_io.active_project()
|
||||
|
||||
# making sure editorial instances have its `assetEntity`
|
||||
if instance.data.get("newAssetPublishing"):
|
||||
asset_doc = get_asset_by_name(
|
||||
project_name,
|
||||
instance.data["asset"]
|
||||
)
|
||||
instance.data["assetEntity"] = asset_doc
|
||||
|
||||
instance_stagingdir = instance.data.get("stagingDir")
|
||||
if not instance_stagingdir:
|
||||
self.log.info((
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue