mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
Refactor extractor to simpler name, Render Local
This commit is contained in:
parent
9365eb42f1
commit
2f568e4b5f
1 changed files with 3 additions and 2 deletions
|
|
@ -3,9 +3,10 @@ import pyblish.api
|
|||
import avalon.fusion as fusion
|
||||
|
||||
|
||||
class ExtractImageSequence(pyblish.api.InstancePlugin):
|
||||
"""Extract result of saver by starting a comp render
|
||||
class FusionRenderLocal(pyblish.api.InstancePlugin):
|
||||
"""Render the current Fusion composition locally.
|
||||
|
||||
Extract the result of savers by starting a comp render
|
||||
This will run the local render of Fusion.
|
||||
|
||||
"""
|
||||
Loading…
Add table
Add a link
Reference in a new issue