mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Add prerender family to collector for RR path
This commit is contained in:
parent
86a1357033
commit
56f2edfa53
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ class CollectRRPathFromInstance(pyblish.api.InstancePlugin):
|
|||
|
||||
order = pyblish.api.CollectorOrder
|
||||
label = "Collect Royal Render path name from the Instance"
|
||||
families = ["render"]
|
||||
families = ["render", "prerender"]
|
||||
|
||||
def process(self, instance):
|
||||
instance.data["rrPathName"] = self._collect_rr_path_name(instance)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue