mirror of
https://github.com/blender/blender-addons.git
synced 2025-08-15 21:38:14 +00:00
Fix T54789: A Simple Typo in the "Node Wrangler" Addon
This commit is contained in:
@ -3161,7 +3161,7 @@ class NWSelectParentChildren(Operator, NWBase):
|
||||
|
||||
|
||||
class NWDetachOutputs(Operator, NWBase):
|
||||
"""Detach outputs of selected node leaving inluts liked"""
|
||||
"""Detach outputs of selected node leaving inputs linked"""
|
||||
bl_idname = "node.nw_detach_outputs"
|
||||
bl_label = "Detach Outputs"
|
||||
bl_options = {'REGISTER', 'UNDO'}
|
||||
|
Reference in New Issue
Block a user