mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
remove unused assignment
This commit is contained in:
parent
f907eb00fb
commit
aefbfa638a
1 changed files with 1 additions and 1 deletions
|
|
@ -393,7 +393,7 @@ class ARenderProducts:
|
|||
self.layer_data,
|
||||
force_aov_name=product.productName,
|
||||
force_ext=product.ext,
|
||||
force_cameras=[product.camera] or None
|
||||
force_cameras=[product.camera]
|
||||
)
|
||||
|
||||
def get_renderable_cameras(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue