mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
only show rusion render node at root of launcher
This commit is contained in:
parent
b46b5e4cba
commit
4f3c02c07c
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ class FusionRenderNode(api.Action):
|
|||
|
||||
def is_compatible(self, session):
|
||||
"""Return whether the action is compatible with the session"""
|
||||
if "AVALON_PROJECT" in session:
|
||||
return False
|
||||
return True
|
||||
|
||||
def process(self, session, **kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue