Update comment

This commit is contained in:
Roy Nieterau 2024-04-11 17:12:45 +02:00
parent 129d5d6b0e
commit 5f507ff854

View file

@ -81,7 +81,7 @@ class RenderInstance(object):
outputDir = attr.ib(default=None)
context = attr.ib(default=None)
# The source instance this render instance should replace in the context
# The source instance the data of this render instance should merge into
source_instance = attr.ib(default=None, type=pyblish.api.Instance)
@frameStart.validator