Merge pull request #540 from ynput/bugfix/houdini-local-render-fails

Houdini: Disable integration for the original render instance when publishing locally
This commit is contained in:
Mustafa Taher 2024-05-22 20:08:31 +03:00 committed by GitHub
commit 0985b29ccb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -132,6 +132,6 @@ class CollectLocalRenderInstances(pyblish.api.InstancePlugin):
]
})
# Remove original render instance
# I can't remove it here as I still need it to trigger the render.
# context.remove(instance)
# Skip integrating original render instance.
# We are not removing it because it's used to trigger the render.
instance.data["integrate"] = False