Refactor extractor to simpler name, Render Local

This commit is contained in:
Roy Nieterau 2018-02-22 16:07:59 +01:00
parent 9365eb42f1
commit 2f568e4b5f

View file

@ -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.
"""