mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Merge branch 'chore/AY-4916_Move-Houdini-client-code' into chore/AY-4916_Move-Houdini-client-code-settings-category
This commit is contained in:
commit
3602cb6e88
4 changed files with 40 additions and 12 deletions
|
|
@ -135,6 +135,6 @@ class CollectLocalRenderInstances(plugin.HoudiniInstancePlugin):
|
|||
]
|
||||
})
|
||||
|
||||
# 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
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@ name = "houdini"
|
|||
title = "Houdini"
|
||||
version = "0.3.0"
|
||||
|
||||
app_host_name = "houdini"
|
||||
|
||||
client_dir = "ayon_houdini"
|
||||
|
||||
ayon_required_addons = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue