mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
replaced previous implementation of get_custom_workfile_templates
This commit is contained in:
parent
a4f9681975
commit
7f6563d9f1
2 changed files with 11 additions and 106 deletions
|
|
@ -85,9 +85,8 @@ from .avalon_context import (
|
|||
|
||||
change_timer_to_current_context,
|
||||
|
||||
get_workfile_template_by_context,
|
||||
get_workfile_template_by_string_context,
|
||||
get_workfile_templates
|
||||
get_custom_workfile_template_by_context,
|
||||
get_custom_workfile_template
|
||||
)
|
||||
|
||||
from .local_settings import (
|
||||
|
|
@ -115,8 +114,7 @@ from .applications import (
|
|||
get_app_environments_for_context,
|
||||
apply_project_environments_value,
|
||||
|
||||
compile_list_of_regexes,
|
||||
get_custom_workfile_template
|
||||
compile_list_of_regexes
|
||||
)
|
||||
|
||||
from .profiles_filtering import filter_profiles
|
||||
|
|
@ -199,9 +197,8 @@ __all__ = [
|
|||
|
||||
"change_timer_to_current_context",
|
||||
|
||||
"get_workfile_template_by_context",
|
||||
"get_workfile_template_by_string_context",
|
||||
"get_workfile_templates",
|
||||
"get_custom_workfile_template_by_context",
|
||||
"get_custom_workfile_template",
|
||||
|
||||
"IniSettingRegistry",
|
||||
"JSONSettingRegistry",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue