mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
OP-2766 - Hound
This commit is contained in:
parent
12835a765d
commit
1534c878d2
1 changed files with 3 additions and 3 deletions
|
|
@ -112,10 +112,10 @@ class ImageCreator(Creator):
|
|||
def get_pre_create_attr_defs(self):
|
||||
output = [
|
||||
BoolDef("use_selection", default=True,
|
||||
label="Create only for selected"),
|
||||
label="Create only for selected"),
|
||||
BoolDef("create_multiple",
|
||||
default=True,
|
||||
label="Create separate instance for each selected")
|
||||
default=True,
|
||||
label="Create separate instance for each selected")
|
||||
]
|
||||
return output
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue