From 981f165b62ecedb121c9942e726b02f63ecfb048 Mon Sep 17 00:00:00 2001 From: wikoreman Date: Mon, 27 Aug 2018 14:42:10 +0200 Subject: [PATCH] allow user to control active state of instance --- colorbleed/plugins/maya/create/colorbleed_vrayscene.py | 1 - 1 file changed, 1 deletion(-) diff --git a/colorbleed/plugins/maya/create/colorbleed_vrayscene.py b/colorbleed/plugins/maya/create/colorbleed_vrayscene.py index 7310eda302..5689e0883b 100644 --- a/colorbleed/plugins/maya/create/colorbleed_vrayscene.py +++ b/colorbleed/plugins/maya/create/colorbleed_vrayscene.py @@ -18,7 +18,6 @@ class CreateVRayScene(avalon.maya.Creator): # We don't need subset or asset attributes self.data.pop("subset", None) self.data.pop("asset", None) - self.data.pop("active", None) data = OrderedDict(**self.data)