mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
added render_mov_batch to collect matching asset
This commit is contained in:
parent
406c665d1d
commit
82646f7126
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ class CollectMatchingAssetToInstance(pyblish.api.InstancePlugin):
|
|||
label = "Collect Matching Asset to Instance"
|
||||
order = pyblish.api.CollectorOrder - 0.05
|
||||
hosts = ["standalonepublisher"]
|
||||
families = ["background_batch"]
|
||||
families = ["background_batch", "render_mov_batch"]
|
||||
|
||||
# Version regex to parse asset name and version from filename
|
||||
version_regex = re.compile(r"^(.+)_v([0-9]+)$")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue