mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
skip AVALON PROJECTS in adaobe communicator context collector
This commit is contained in:
parent
c2efa69e20
commit
b44b8683a0
1 changed files with 0 additions and 2 deletions
|
|
@ -39,10 +39,8 @@ class CollectContextDataFromAport(pyblish.api.ContextPlugin):
|
|||
# get avalon session data and convert \ to /
|
||||
_S = avalon.session
|
||||
|
||||
projects = Path(_S["AVALON_PROJECTS"]).resolve()
|
||||
asset = _S["AVALON_ASSET"]
|
||||
workdir = Path(_S["AVALON_WORKDIR"]).resolve()
|
||||
_S["AVALON_PROJECTS"] = str(projects)
|
||||
_S["AVALON_WORKDIR"] = str(workdir)
|
||||
|
||||
context.data["avalonSession"] = _S
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue