mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
OP-2766 - changed imports after refactor of attribute definitions
This commit is contained in:
parent
d211471ea0
commit
49d26ef959
1 changed files with 4 additions and 4 deletions
|
|
@ -1,9 +1,9 @@
|
|||
from avalon import api as avalon_api
|
||||
from openpype.hosts.photoshop import api
|
||||
from openpype.lib import BoolDef
|
||||
from openpype.pipeline import (
|
||||
Creator,
|
||||
CreatedInstance,
|
||||
lib
|
||||
CreatedInstance
|
||||
)
|
||||
|
||||
|
||||
|
|
@ -111,9 +111,9 @@ class ImageCreator(Creator):
|
|||
|
||||
def get_pre_create_attr_defs(self):
|
||||
output = [
|
||||
lib.BoolDef("use_selection", default=True,
|
||||
BoolDef("use_selection", default=True,
|
||||
label="Create only for selected"),
|
||||
lib.BoolDef("create_multiple",
|
||||
BoolDef("create_multiple",
|
||||
default=True,
|
||||
label="Create separate instance for each selected")
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue