Hi Max 
Excepting the bug "Invalid function argument 1    line0" I get when running pentakisDodeca&TruncIcosa.nod (see   http://moi3d.com/forum/index.php?webtag=MOI&msg=7777.757), all other .nod files run perfectly.
 
However generally I have the following error intermittently when trackpad navigating & resizing within NE interface. It appears to be triggered by 2 finger gestures (pan & zoom)
 
 
TypeError: undefined is not a constructor (evaluating 'this.getCanvasWindow()')
 moi://ui/nodeeditor/core/main.js   line 4509
 
4505:           case "touchend":   type="mouseup"; break; 
4506:           default: return; 
4507:       } 
4508:    
4509: >>    var window = this.getCanvasWindow(); 
4510:       var document = window.document; 
4511:        
4512:       var simulatedEvent = document.createEvent("MouseEvent"); 
4513:       simulatedEvent.initMouseEvent(type, true, true, window, 1, first.screenX, first.screenY, first.clientX, first.clientY, false, false, false, false, 0/*left*/, null);
 
 
Thank you for your great work 
James  
 |