Cleanup: single quotes for Python enums, spelling
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user