Skip to content

Commit

Permalink
Node Editor, Make Parent needed menu entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinerBforartists committed Dec 2, 2015
1 parent d02ad72 commit 4446cc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release/scripts/startup/bl_ui/space_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ def draw(self, context):
layout.operator("node.link_make", text="Make and Replace Links").replace = True
layout.operator("node.links_cut")
layout.operator("node.links_detach")
layout.operator("node.parent_set")

layout.separator()

Expand Down

0 comments on commit 4446cc2

Please sign in to comment.