I will see if the error comes back.
to be honnest i'm really interested in the Node Editor instead of the direct tool.
(wich is maybe an error, but procedural is my passion)
i followed those steps back:
install V4 via setup.
Then under AppData\Roaming\Moi install the latest nodeeditor release from James. ( http://moi3d.com/forum/index.php?webtag=MOI&msg=9358.1)
Launch MOI and open the Options/ ShortcutKey and press Add.
Create a new one on "D" and paste this script below
script: if ( moi.majorVersionNumber == 3 ) { moi.ui.createDialog( 'nodeeditor/index.html', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow ); } else if ( moi.majorVersionNumber == 4 ) { moi.ui.createDialog( 'moi://appdata/nodeeditor/index.html', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow ); }
Copy this moi.css to the C:\Program Files\MoI 4.0 beta Jan-22-2020\ui folder, to install the Dark theme.
|