mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Add space for cosmetics
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
df83dfaf40
commit
305c76b601
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ def viewport_layout_and_camera(camera, layout="layout_1"):
|
|||
review_camera = rt.getNodeByName(camera)
|
||||
|
||||
try:
|
||||
if rt.viewport.getLayout()!=rt.name(layout):
|
||||
if rt.viewport.getLayout() != rt.name(layout):
|
||||
rt.execute("max tool maximize")
|
||||
needs_maximise = 1
|
||||
rt.viewport.setCamera(review_camera)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue