From 4a2d28b1e17327570194cb97f49947cace2b2877 Mon Sep 17 00:00:00 2001 From: aardschok Date: Thu, 10 Aug 2017 13:54:19 +0200 Subject: [PATCH] updated function ards --- colorbleed/maya/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/colorbleed/maya/__init__.py b/colorbleed/maya/__init__.py index 2ca8040158..2a28f61684 100644 --- a/colorbleed/maya/__init__.py +++ b/colorbleed/maya/__init__.py @@ -97,8 +97,7 @@ def on_save(_): avalon.logger.info("Running callback on save..") - nodes = lib.get_id_required_nodes(defaults=False, - referenced_nodes=False) + nodes = lib.get_id_required_nodes(referenced_nodes=False) # Lead with asset ID from the database asset = os.environ["AVALON_ASSET"]