ELEPHANT INSTALL by Max Smirnov
The VF or VO version will be active depending of the general activation of the languages!
All nodes are not yet translated!
All nodes are not yet translated!
V3: Load this file: unzip it and put it in folder moi/ui
|
|
V3: Create a shortcut with the following line (on a single line)
moi.ui.createDialog( 'nodeeditor/index.html', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow )
moi.ui.createDialog( 'nodeeditor/index.html', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow )
V4 Beta: load the last version Native + Extentions maintened by James and put it inside :
"C:\Users\Your Name\AppData\Roaming\Moi\"
Some Nodes of forms for the folder "Extensions"
Last "orthodox"version by Max Smirnov (-ext.mylib.js remove the sign "-" if you want to use the "extentions"! (additional nodes created by users) - James version above should be more complete about extentions!
"C:\Users\Your Name\AppData\Roaming\Moi\"
Some Nodes of forms for the folder "Extensions"
Last "orthodox"version by Max Smirnov (-ext.mylib.js remove the sign "-" if you want to use the "extentions"! (additional nodes created by users) - James version above should be more complete about extentions!
V4 : Create a shortcut with the following line (on a single line)
moi.ui.createDialog( 'moi://appdata/nodeeditor/index.html', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow );
moi.ui.createDialog( 'moi://appdata/nodeeditor/index.html', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow );
Better
Best with this code (by Michael) the two versions (v 3 and beta V4) will be managed automatically)
The latest version of Elephant will even work for the V 3! (in the same place as shown above)
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 ); }
The latest version of Elephant will even work for the V 3! (in the same place as shown above)
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 ); }
For the V5
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 ); }
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 ); }
Another thing!
A notable advance by nkallen in parallel with the Elephant's nodal system! (under test but usable)
We will be able to record what happens on the screen and everything will be transcribed in Knots!
The installation is a bit tricky at the moment! But see after the videos! :)
We will be able to record what happens on the screen and everything will be transcribed in Knots!
The installation is a bit tricky at the moment! But see after the videos! :)
|
|
BEST! With the accord by Michael Gibson, nkallen has made this more easy way! :) Go there!
I would prefer you install this using git however I realize downloading .zip files is easier.
- Download elephant.zip and put it in your AppData/Moi directory
- Download commands.zip and (make a backup first!!) replace your MoI commands directory with it
- Download MainWindowLayout.xml and (make a backup first!!) replace your MoI ui/MainWindowLayout.xml file with it
Press TAB then write following will create a "floating window" ! A classic Shortcut is also possible!
moi.ui.createDialog( 'moi://appdata/elephant/index.html', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow )
moi.ui.createDialog( 'moi://appdata/elephant/index.html', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow )