mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Add descriptive comment
This commit is contained in:
parent
f6b8a8df61
commit
146f5cd439
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ def get_comp_render_range(comp):
|
|||
class CollectFusionCompFrameRanges(pyblish.api.ContextPlugin):
|
||||
"""Collect current comp"""
|
||||
|
||||
# We run this after CollectorOrder - 0.1 otherwise it gets
|
||||
# overridden by global plug-in `CollectContextEntities`
|
||||
order = pyblish.api.CollectorOrder - 0.05
|
||||
label = "Collect Comp Frame Ranges"
|
||||
hosts = ["fusion"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue