Nodebundle for playing with nodes

 From:  Max Smirnov (SMIRNOV)
7777.756 In reply to 7777.755 
Hi James,

this error caused by Infos/GetBBoxes BoundingBoxes (infonodes.js)
line 477: bbox.pushPoint(input.item(i).getBoundingBox().center);

You need to set boolean parameter for getBoundingBox() function
change this line to: bbox.pushPoint(input.item(i).getBoundingBox(false).center);