mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
fix(global): removing unnecessary host argument
This commit is contained in:
parent
5cd09a84eb
commit
b657af153f
2 changed files with 1 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ Provides:
|
|||
import os
|
||||
import json
|
||||
|
||||
from avalon import io, api, lib
|
||||
from avalon import api, lib
|
||||
from pypeapp import Anatomy
|
||||
import pyblish.api
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@ class CollectInstanceAnatomyData(pyblish.api.InstancePlugin):
|
|||
|
||||
order = pyblish.api.CollectorOrder + 0.49
|
||||
label = "Collect instance anatomy data"
|
||||
hosts = ["maya", "nuke", "standalonepublisher"]
|
||||
|
||||
def process(self, instance):
|
||||
# get all the stuff from the database
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue