collect_comp_frame_range
CollectFusionCompFrameRanges
Bases: ContextPlugin
Collect current comp
Source code in client/ayon_fusion/plugins/publish/collect_comp_frame_range.py
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
|
process(context)
Collect all image sequence tools
Source code in client/ayon_fusion/plugins/publish/collect_comp_frame_range.py
31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
|
get_comp_render_range(comp)
Return comp's start-end render range and global start-end range.
Source code in client/ayon_fusion/plugins/publish/collect_comp_frame_range.py
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
|