mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
remove collector
This commit is contained in:
parent
e729204cb8
commit
5d59712e0d
1 changed files with 0 additions and 17 deletions
|
|
@ -1,17 +0,0 @@
|
|||
import pyblish.api
|
||||
from maya import cmds
|
||||
|
||||
|
||||
class CollectLoadedPlugin(pyblish.api.ContextPlugin):
|
||||
"""Collect loaded plugins"""
|
||||
|
||||
order = pyblish.api.CollectorOrder
|
||||
label = "Loaded Plugins"
|
||||
hosts = ["maya"]
|
||||
|
||||
def process(self, context):
|
||||
|
||||
context.data["loadedPlugins"] = cmds.pluginInfo(
|
||||
query=True,
|
||||
listPlugins=True,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue