mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
allow user to control active state of instance
This commit is contained in:
parent
283018b340
commit
981f165b62
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue