allow user to control active state of instance

This commit is contained in:
wikoreman 2018-08-27 14:42:10 +02:00
parent 283018b340
commit 981f165b62

View file

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