| Nice "light blue" cursor.
 The quartz node, with high frequency input, really moves the motor rapidly.
 
 Changed the nodebox for motor rod from green to blue. (trivial)
 
 Three+ ways to start nodeeditor94, for "Light" color version.  (Somewhat relevant to default "dark" version and perhaps custom colors, and Mod version.)
 
 1.  By Shortcut key:  (My example keys shown here: Ctrl+Alt+M for Dark,  and Ctrl+Alt+N for Light.)
 Light version: Ctrl+Alt+N   moi.ui.createDialog( 'nodeeditor/index.html?Light', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow );
 Dark version: Ctrl+Alt+M   moi.ui.createDialog( 'nodeeditor/index.html', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow )
 
 
 2.  By using MoI command window:  Highlight one of the lines above beginning with moi.ui.createDialog. In MoI press keyboard Tab, Ctrl+v, enter.
 
 3.  By CustomUI, (Involves editing, so this is for knowledgeable/experienced users, and are vague, as the difficulty level could vary.):
 a.  Under ui/customui, copy item 99 to say new item 97 and edit/modify for Light parameters.
 or b.  Under ui/customui, copy item 99 to say new item 98, edit/modify, and add subfolder link for 3rd party Mod nodes.
 
 - Brian
 |