Skip to content

Commit

Permalink
Merge pull request #250 from ynput/enhancement/AY-4138_remove-explici…
Browse files Browse the repository at this point in the history
…t-products-type-list

Remove explicit product types list from the integrator
  • Loading branch information
antirotor authored May 14, 2024
2 parents f86bd94 + e2c68e0 commit 5172a1b
Showing 1 changed file with 0 additions and 65 deletions.
65 changes: 0 additions & 65 deletions client/ayon_core/plugins/publish/integrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,71 +108,6 @@ class IntegrateAsset(pyblish.api.InstancePlugin):

label = "Integrate Asset"
order = pyblish.api.IntegratorOrder
families = ["workfile",
"pointcache",
"pointcloud",
"proxyAbc",
"camera",
"animation",
"model",
"maxScene",
"mayaAscii",
"mayaScene",
"setdress",
"layout",
"ass",
"assProxy",
"vdbcache",
"scene",
"vrayproxy",
"vrayscene_layer",
"render",
"prerender",
"imagesequence",
"review",
"rendersetup",
"rig",
"plate",
"look",
"ociolook",
"audio",
"yetiRig",
"yeticache",
"nukenodes",
"gizmo",
"source",
"matchmove",
"image",
"assembly",
"fbx",
"gltf",
"textures",
"action",
"harmony.template",
"harmony.palette",
"editorial",
"background",
"camerarig",
"redshiftproxy",
"effect",
"xgen",
"hda",
"usd",
"staticMesh",
"skeletalMesh",
"mvLook",
"mvUsd",
"mvUsdComposition",
"mvUsdOverride",
"online",
"uasset",
"blendScene",
"yeticacheUE",
"tycache",
"csv_ingest_file",
"editorial_pckg",
"render.local.hou",
]

default_template_name = "publish"

Expand Down

0 comments on commit 5172a1b

Please sign in to comment.