From 50359104c7e1a304360a5c9e7e53a416954fcea7 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Thu, 15 Jan 2015 06:25:41 -0500 Subject: Use mesh nodes for all nodebox-based pipe-related nodes --- init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index b6c91d6..200bed3 100755 --- a/init.lua +++ b/init.lua @@ -51,6 +51,7 @@ function pipeworks.fix_image_names(table, replacement) end function pipeworks.add_node_box(t, b) + if not t or not b then return end for i in ipairs(b) do table.insert(t, b[i]) end -- cgit v1.2.3