mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Update comment
This commit is contained in:
parent
129d5d6b0e
commit
5f507ff854
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue