mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
implement 'get_workfile_entities' on controller
This commit is contained in:
parent
60c2c4e018
commit
e4f6342b3f
1 changed files with 3 additions and 0 deletions
|
|
@ -468,6 +468,9 @@ class BaseWorkfileController(
|
|||
description,
|
||||
)
|
||||
|
||||
def get_workfile_entities(self, task_id):
|
||||
return self._workfiles_model.get_workfile_entities(task_id)
|
||||
|
||||
def reset(self):
|
||||
if not self._host_is_valid:
|
||||
self._emit_event("controller.reset.started")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue