only show rusion render node at root of launcher

This commit is contained in:
wijnand 2018-03-28 12:26:15 +02:00
parent b46b5e4cba
commit 4f3c02c07c

View file

@ -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):