Renamed loader

This commit is contained in:
Petr Kalis 2025-08-18 16:53:33 +02:00
parent 3b9b5e8063
commit ef34e9f79e

View file

@ -6,8 +6,8 @@ from ayon_core.pipeline import load
from ayon_core.pipeline.load import LoadError
class PushToLibraryProject(load.ProductLoaderPlugin):
"""Export selected versions to folder structure from Template"""
class PushToProject(load.ProductLoaderPlugin):
"""Export selected versions to different project"""
is_multiple_contexts_compatible = True