Use mesh nodes for all nodebox-based pipe-related nodes

This commit is contained in:
Vanessa Ezekowitz
2015-01-15 06:25:41 -05:00
parent e0039f22f8
commit 50359104c7
55 changed files with 8756 additions and 411 deletions

View File

@ -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