mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
return output of execute action
This commit is contained in:
parent
b5ab3d3380
commit
39dc54b09e
1 changed files with 2 additions and 2 deletions
|
|
@ -503,10 +503,10 @@ class LoaderActionsContext:
|
|||
entity_type: EntityType,
|
||||
selection: LoaderActionSelection,
|
||||
attribute_values: dict[str, Any],
|
||||
) -> None:
|
||||
) -> Optional[LoaderActionResult]:
|
||||
plugins_by_id = self._get_plugins()
|
||||
plugin = plugins_by_id[plugin_identifier]
|
||||
plugin.execute_action(
|
||||
return plugin.execute_action(
|
||||
action_identifier,
|
||||
entity_ids,
|
||||
entity_type,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue