Show messages: All
1
2-3
From: Michael Gibson
Hi Mauro,
You can find the LightingOptions.zip file attached here:
https://moi3d.com/forum/index.php?webtag=MOI&msg=5222.43
There will be 2 files in there, EditNameDialog.htm and LightingOptions.htm .
You can ignore the EditNameDialog.htm file, it is not needed anymore.
Then for the LightingOptions.htm file the instructions in that post says to copy it into the install's UI folder. But that's because it was made for v3 where there wasn't appdata support.
So for v4/v5 copy LightingOptions.htm into %appdata%\Moi\customui
Then set up a shortcut key and put this in for the command part:
script: /* Opens Lighting Options Dialog */ moi.ui.createDialog( 'moi://appdata/customui/LightingOptions.htm' );
Then when you run it once it will save the lighting styles into moi.ini and the "Lighting" customui button should then work after that.
- Michael
From: Mauro (M-DYNAMICS)
It's ok,many thanks Michael !
Mauro
Show messages: All
1
2-3