mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
remove redundant code
This commit is contained in:
parent
74cc8230ea
commit
4d4ca196f7
1 changed files with 0 additions and 4 deletions
|
|
@ -325,10 +325,6 @@ class CollectMayaRender(pyblish.api.ContextPlugin):
|
|||
if instance.data['family'] == "workfile":
|
||||
instance.data["version"] = context.data["version"]
|
||||
|
||||
# Apply each user defined attribute as data
|
||||
for attr, value in avalon.maya.read(layer).items():
|
||||
data[attr] = value
|
||||
|
||||
# handle standalone renderers
|
||||
if render_instance.data.get("vrayScene") is True:
|
||||
data["families"].append("vrayscene_render")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue