mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
OP-2765 - removed obsolete code
Replaced lower by get_subset_name_with_asset_doc
This commit is contained in:
parent
e5b6105476
commit
01e045d9ab
1 changed files with 0 additions and 4 deletions
|
|
@ -42,10 +42,6 @@ class CollectWorkfile(pyblish.api.ContextPlugin):
|
|||
asset_entity = context.data["assetEntity"]
|
||||
project_entity = context.data["projectEntity"]
|
||||
|
||||
# workfile instance
|
||||
family = "workfile"
|
||||
subset = family + task.capitalize() # TOOD use method
|
||||
|
||||
instance_data = {
|
||||
"asset": asset_entity["name"],
|
||||
"task": task,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue