Skip to content
Snippets Groups Projects
Commit 821060f7 authored by Hans Goudey's avatar Hans Goudey Committed by Hans Goudey
Browse files

Fix #114686: Cannot execute node tool operators

A stupid mistake in 871c717c caused node tools to trigger
the unsupported warning for data-blocks for geometry sockets as well.

Pull Request: https://projects.blender.org/blender/blender/pulls/114693
parent c30c6b2d
Branches
Tags
No related merge requests found
......@@ -334,7 +334,6 @@ static int run_node_group_exec(bContext *C, wmOperator *op)
if (STR_ELEM(input->socket_type,
"NodeSocketObject",
"NodeSocketImage",
"NodeSocketGeometry",
"NodeSocketCollection",
"NodeSocketTexture",
"NodeSocketMaterial"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment