mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Fix docstring
This commit is contained in:
parent
a68fa54661
commit
3506c07a3c
1 changed files with 1 additions and 1 deletions
|
|
@ -404,7 +404,7 @@ class OpenPypeTileAssembler(DeadlinePlugin):
|
|||
Args:
|
||||
output_width (int): Width of output image.
|
||||
output_height (int): Height of output image.
|
||||
tiles_info (list): List of tile items, each item must be
|
||||
tile_info (list): List of tile items, each item must be
|
||||
dictionary with `filepath`, `pos_x` and `pos_y` keys
|
||||
representing path to file and x, y coordinates on output
|
||||
image where top-left point of tile item should start.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue