mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
hound catches
This commit is contained in:
parent
24d85facd5
commit
d6350df7aa
1 changed files with 0 additions and 7 deletions
|
|
@ -13,10 +13,6 @@ Provides:
|
|||
"""
|
||||
|
||||
import json
|
||||
|
||||
from openpype.settings import (
|
||||
get_system_settings
|
||||
)
|
||||
from openpype.lib import (
|
||||
get_system_general_anatomy_data
|
||||
)
|
||||
|
|
@ -48,9 +44,6 @@ class CollectAnatomyContextData(pyblish.api.ContextPlugin):
|
|||
label = "Collect Anatomy Context Data"
|
||||
|
||||
def process(self, context):
|
||||
system_settings = get_system_settings()
|
||||
studio_name = system_settings["general"]["studio_name"]
|
||||
studio_code = system_settings["general"]["studio_code"]
|
||||
|
||||
task_name = api.Session["AVALON_TASK"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue