Cleanup: single quotes for Python enums, spelling

This commit is contained in:
2021-03-23 16:08:53 +11:00
parent 3117de3a73
commit bb78f38bd1
5 changed files with 8 additions and 8 deletions

View File

@@ -163,7 +163,7 @@ class NODE_HT_header(Header):
row.template_ID(snode, "node_tree", new="node.new_geometry_node_group_assign")
elif ob:
active_modifier = ob.modifiers.active
if active_modifier and active_modifier.type == "NODES":
if active_modifier and active_modifier.type == 'NODES':
if active_modifier.node_group:
row.template_ID(active_modifier, "node_group", new="node.copy_geometry_node_group_assign")
else: