Fixed Hounds notes

This commit is contained in:
Jacob Danell 2023-02-23 18:52:50 +01:00
parent de15f1bc3a
commit d8041562d0

View file

@ -19,7 +19,7 @@ class Fusionlocal(pyblish.api.InstancePlugin):
def process(self, instance):
context = instance.context
# Start render
self.render_once(context)
@ -54,7 +54,7 @@ class Fusionlocal(pyblish.api.InstancePlugin):
def render_once(self, context):
"""Render context comp only once, even with more render instances"""
# This plug-in assumes all render nodes get rendered at the same time
# to speed up the rendering. The check below makes sure that we only
# execute the rendering once and not for each instance.