mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Fixed Hounds notes
This commit is contained in:
parent
de15f1bc3a
commit
d8041562d0
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue