mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
OP-2766 - revert unwanted commit
This commit is contained in:
parent
80ee8c523a
commit
9efa30d756
1 changed files with 1 additions and 7 deletions
|
|
@ -38,13 +38,7 @@ class CollectWorkfile(pyblish.api.ContextPlugin):
|
|||
|
||||
# workfile instance
|
||||
family = "workfile"
|
||||
subset = get_subset_name(
|
||||
family,
|
||||
"",
|
||||
task,
|
||||
context.data["assetEntity"]["_id"],
|
||||
host_name="photoshop"
|
||||
)
|
||||
subset = family + task.capitalize()
|
||||
# Create instance
|
||||
instance = context.create_instance(subset)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue