Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-04-19 08:05:55 +0300
committerCampbell Barton <campbell@blender.org>2022-04-19 08:07:04 +0300
commit58d86527ae283b94ba18f54b1fcef1cb8063c910 (patch)
tree7271a529d4df4ddbcc5172f423f3226e57658a60 /release/scripts/startup/bl_ui/space_node.py
parent8c25889bb67db4c1d2f94bf85ca6d1c2a050fcfe (diff)
Cleanup: run autopep8 on release/scripts/startup/
Diffstat (limited to 'release/scripts/startup/bl_ui/space_node.py')
-rw-r--r--release/scripts/startup/bl_ui/space_node.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_node.py b/release/scripts/startup/bl_ui/space_node.py
index d7c6bf63423..cc673a8bc39 100644
--- a/release/scripts/startup/bl_ui/space_node.py
+++ b/release/scripts/startup/bl_ui/space_node.py
@@ -776,7 +776,7 @@ class NodeTreeInterfacePanel:
"node.tree_socket_change_type",
"socket_type",
text=active_socket.bl_label if active_socket.bl_label else active_socket.bl_idname
- )
+ )
props.in_out = in_out
layout.use_property_split = True
@@ -816,6 +816,7 @@ class NODE_PT_node_tree_interface_inputs(NodeTreeInterfacePanel, Panel):
def draw(self, context):
self.draw_socket_list(context, "IN", "inputs", "active_input")
+
class NODE_PT_node_tree_interface_outputs(NodeTreeInterfacePanel, Panel):
bl_space_type = 'NODE_EDITOR'
bl_region_type = 'UI'