_base
plugin.workflow.applications.render
check_python_script_path(project_name, python_script_path)
Ensure the provided python script path exists.
Source code in client/ayon_workflow/plugins/workflow/applications/_base.py
76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 | |
get_temp_python_script_path(project_name, default_content, suffix_name='')
Create a temporary python script path from content.
Source code in client/ayon_workflow/plugins/workflow/applications/_base.py
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | |