| About the Revolve function : I try to add  the "if ( Math.abs(angle) < 0.01 ) return;" inside the construct.js file of the nodeeditor
 but as I don't know where exactly to add it  i have for the moment some errors... :)
 
 PS about the Node editor for the V3 I have only a "White screen Window"
 I have tryed
 
 moi.ui.createDialog( 'nodeeditor/index.html', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow ) on the prog itself
 
 moi.ui.createDialog( 'moi://appdata/nodeeditor/index.html', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow ); on the "application data"
 
 no success
 
 What is the number of the version of NodeEditor working for the V3?
 |