collect_current_file
Collect information about current file.
CollectCurrentFile
Bases: ContextPlugin
Inject the current working file into context.
Source code in client/ayon_harmony/plugins/publish/collect_current_file.py
9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
|
process(context)
Inject the current working file.
Source code in client/ayon_harmony/plugins/publish/collect_current_file.py
16 17 18 19 20 21 22 |
|