mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
disable maintain selection on unreal creator plugin
This commit is contained in:
parent
b6f70dfb3d
commit
fe3758581b
1 changed files with 1 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue