disable maintain selection on unreal creator plugin

This commit is contained in:
Jakub Trllo 2022-04-11 14:55:59 +02:00
parent b6f70dfb3d
commit fe3758581b

View file

@ -10,6 +10,7 @@ from openpype.pipeline import (
class Creator(LegacyCreator):
"""This serves as skeleton for future OpenPype specific functionality"""
defaults = ['Main']
maintain_selection = False
class Loader(LoaderPlugin, ABC):