mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
removed unused variable
This commit is contained in:
parent
a351c54e27
commit
b44f8c40da
1 changed files with 1 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ class CollectBatchInstances(pyblish.api.InstancePlugin):
|
|||
},
|
||||
"render_mov_batch": {
|
||||
"renderCompositingDefault": {
|
||||
"task": "Compositing",
|
||||
"task": "compositing",
|
||||
"family": "render"
|
||||
}
|
||||
}
|
||||
|
|
@ -40,7 +40,6 @@ class CollectBatchInstances(pyblish.api.InstancePlugin):
|
|||
|
||||
def process(self, instance):
|
||||
context = instance.context
|
||||
asset_data = instance.data["assetEntity"]
|
||||
asset_name = instance.data["asset"]
|
||||
family = instance.data["family"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue