mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
remove white spaces
This commit is contained in:
parent
45f86749e1
commit
ebae3cf03e
1 changed files with 4 additions and 4 deletions
|
|
@ -654,19 +654,19 @@ def get_color_management_preferences():
|
|||
def get_obj_node_output(obj_node):
|
||||
"""Find output node.
|
||||
|
||||
If the node has any output node return the
|
||||
If the node has any output node return the
|
||||
output node with the minimum `outputidx`.
|
||||
When no output is present return the node
|
||||
with the display flag set. If no output node is
|
||||
detected then None is returned.
|
||||
|
||||
|
||||
Arguments:
|
||||
node (hou.Node): The node to retrieve a single
|
||||
the output node for.
|
||||
|
||||
|
||||
Returns:
|
||||
Optional[hou.Node]: The child output node.
|
||||
|
||||
|
||||
"""
|
||||
|
||||
outputs = obj_node.subnetOutputs()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue