mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
do not change family of renderPass to renderLayer
This commit is contained in:
parent
b4ad6b68ea
commit
5510904127
1 changed files with 0 additions and 4 deletions
|
|
@ -78,10 +78,6 @@ class CollectInstances(pyblish.api.ContextPlugin):
|
|||
render_layer = instance_data["render_layer"]
|
||||
instance_data["label"] = "{}_{}".format(render_layer, pass_name)
|
||||
|
||||
# Change family to `renderLayer`
|
||||
instance_data["family"] = "renderLayer"
|
||||
instance_data["families"] = [instance_data["family"]]
|
||||
|
||||
layers_data = context.data["layersData"]
|
||||
layers_by_id = {
|
||||
layer["layer_id"]: layer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue