mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
collect workfile remove unused import and comment
This commit is contained in:
parent
10aea1088a
commit
93101debd8
1 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
import bpy
|
|
||||||
from pyblish.api import InstancePlugin, CollectorOrder
|
from pyblish.api import InstancePlugin, CollectorOrder
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -30,7 +29,7 @@ class CollectWorkfile(InstancePlugin):
|
||||||
{
|
{
|
||||||
"name": ext.lstrip("."),
|
"name": ext.lstrip("."),
|
||||||
"ext": ext,
|
"ext": ext,
|
||||||
"files": filepath.name, # TODO resources
|
"files": filepath.name,
|
||||||
"stagingDir": filepath.parent,
|
"stagingDir": filepath.parent,
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue